Html Css Color HEX #539434 Limeade

📋 copy color: '#539434'

red 83 ◦ green 148 ◦ blue 52

#539434
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #539434

Tints of Limeade #539434

RGB

 RED value IS 83 (32.81% from 255) = 29.33%

 GREEN value IS 148 (58.2% from 255) = 52.3%

 BLUE value IS 52 (20.7% from 255) = 18.37%

R = 29.33%
G = 52.3%
B = 18.37%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#539434 (or 0x539434) is known color: Limeade. HEX triplet: 53, 94 and 34. RGB value is (83,148,52). Sum of RGB (Red+Green+Blue) = 83+148+52=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #539434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539434 is #AC6BCB. Grayscale: #757575. Windows color (decimal): -11299788 or 3445843. OLE color: 3445843.

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

Color convert

RGB 83 148 52 -
CMYK 0.44 0 0.65 0.42
HSL 100.63º 0.48% 0.39% -
HSV(B) 100.63º 0.65% 0.58% -
XYZ 14.78 23.27 6.96 -
YUV 117.62 90.97 103.31 -
System Red Green Blue C M Y K H S L
Decimal 83 148 52 0.44 0 0.65 0.42 100.63 0.48 0.39
Hex 53 94 34 2C 0 41 2A 65 30 27
Octal 123 224 64 54 0 101 52 145 60 47
Binary 1010011 10010100 110100 101100 0 1000001 101010 1100101 110000 100111

Color Harmonies of #539434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539434

Black with #539434

Text Example


Text Example

White with #539434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539434; }

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

 H1.HeaderClassName
 {
   color: #539434;
 }
 .AnyTagClassName
 {
   color: #539434;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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