#539429

Color #539429 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #539429

Tints of Limeade #539429

Color information

#539429 (or 0x539429) is unknown color: approx Limeade. HEX triplet: 53, 94 and 29. RGB value is (83,148,41). Sum of RGB (Red+Green+Blue) = 83+148+41=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 148 (58.20% from 255 or 54.41% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 148 - color contains mainly: green. Hex color #539429 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539429 is #AC6BD6. Grayscale: #747474. Windows color (decimal): -11299799 or 2724947. OLE color: 2724947.

HSL color Cylindrical-coordinate representation of color #539429: hue angle of 96.45º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #539429 is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB8314841-
CMYK0.4400.720.42
HSL96.45º56.61%37.06%-
HSV(B)96.45º72.3%58.04%-
XYZ14.5623.185.8-
YUV116.3785.47104.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 30.51%
GREEN value IS 148 (58.20% from 255) = 54.41%
BLUE value IS 41 (16.41% from 255) = 15.07%
R=30.51%
G=54.41%
B=15.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83148410.4400.720.4296.4556.6137.06
Hex5394292C0482A603925
Octal12322451540110521407145
Binary101001110010100101001101100010010001010101100000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539429; }

 p { color: rgb(83,148,41); }

 H1.HeaderClassName
 {
   color: #539429;
 }
 .AnyTagClassName
 {
   color: #539429;
 }
</style>
background-color css

<style>
 a { background-color: #539429; }

 a { background-color: rgb(83,148,41); }

 div.DivClassName
 {
   background-color: #539429;
 }
 .BgClassName
 {
   background-color: #539429;
 }
</style>
border-color css

<style>
 span { border-color: #539429; }

 span { border-color: rgb(83,148,41); }

 td.TdClassName
 {
   border-color: #539429;
 }
 .TagClassName
 {
   border-color: #539429;
 }
</style>