Html Css Color HEX #539320 Limeade

📋 copy color: '#539320'

red 83 ◦ green 147 ◦ blue 32

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

Shades of Limeade #539320

Tints of Limeade #539320

RGB

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

 GREEN value IS 147 (57.81% from 255) = 56.11%

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

R = 31.68%
G = 56.11%
B = 12.21%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#539320 (or 0x539320) is known color: Limeade. HEX triplet: 53, 93 and 20. RGB value is (83,147,32). Sum of RGB (Red+Green+Blue) = 83+147+32=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 147 (57.81% from 255 or 56.11% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 147 - color contains mainly: green. Hex color #539320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539320 is #AC6CDF. Grayscale: #737373. Windows color (decimal): -11300064 or 2134867. OLE color: 2134867.

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

Color convert

RGB 83 147 32 -
CMYK 0.44 0 0.78 0.42
HSL 93.39º 0.64% 0.35% -
HSV(B) 93.39º 0.78% 0.58% -
XYZ 14.26 22.81 5.02 -
YUV 114.75 81.3 105.35 -
System Red Green Blue C M Y K H S L
Decimal 83 147 32 0.44 0 0.78 0.42 93.39 0.64 0.35
Hex 53 93 20 2C 0 4E 2A 5D 40 23
Octal 123 223 40 54 0 116 52 135 100 43
Binary 1010011 10010011 100000 101100 0 1001110 101010 1011101 1000000 100011

Color Harmonies of #539320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539320

Black with #539320

Text Example


Text Example

White with #539320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539320; }

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

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

background-color css

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

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

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

border-color css

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

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

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