Html Css Color HEX #539220 Limeade

📋 copy color: '#539220'

red 83 ◦ green 146 ◦ blue 32

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

Shades of Limeade #539220

Tints of Limeade #539220

RGB

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

 GREEN value IS 146 (57.42% from 255) = 55.94%

 BLUE value IS 32 (12.89% from 255) = 12.26%

R = 31.8%
G = 55.94%
B = 12.26%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#539220 (or 0x539220) is known color: Limeade. HEX triplet: 53, 92 and 20. RGB value is (83,146,32). Sum of RGB (Red+Green+Blue) = 83+146+32=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 146 (57.42% from 255 or 55.94% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 146 - color contains mainly: green. Hex color #539220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539220 is #AC6DDF. Grayscale: #727272. Windows color (decimal): -11300320 or 2134611. OLE color: 2134611.

HSL color Cylindrical-coordinate representation of color #539220: hue angle of 93.16º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #539220 is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 146 32 -
CMYK 0.43 0 0.78 0.43
HSL 93.16º 0.64% 0.35% -
HSV(B) 93.16º 0.78% 0.57% -
XYZ 14.11 22.5 4.97 -
YUV 114.17 81.63 105.77 -
System Red Green Blue C M Y K H S L
Decimal 83 146 32 0.43 0 0.78 0.43 93.16 0.64 0.35
Hex 53 92 20 2B 0 4E 2B 5D 40 23
Octal 123 222 40 53 0 116 53 135 100 43
Binary 1010011 10010010 100000 101011 0 1001110 101011 1011101 1000000 100011

Color Harmonies of #539220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539220

Black with #539220

Text Example


Text Example

White with #539220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539220; }

 p { color: rgb(83,146,32); }

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

background-color css

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

 a { background-color: rgb(83,146,32); }

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

border-color css

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

 span { border-color: rgb(83,146,32); }

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