Html Css Color HEX #557924 Green Leaf

📋 copy color: '#557924'

red 85 ◦ green 121 ◦ blue 36

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

Shades of Green Leaf #557924

Tints of Green Leaf #557924

RGB

 RED value IS 85 (33.59% from 255) = 35.12%

 GREEN value IS 121 (47.66% from 255) = 50%

 BLUE value IS 36 (14.45% from 255) = 14.88%

R = 35.12%
G = 50%
B = 14.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.70

 K value IS 0.53

RGB Variations

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

Color information

#557924 (or 0x557924) is known color: Green Leaf. HEX triplet: 55, 79 and 24. RGB value is (85,121,36). Sum of RGB (Red+Green+Blue) = 85+121+36=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 121 (47.66% from 255 or 50% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 121 - color contains mainly: green. Hex color #557924 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557924 is #AA86DB. Grayscale: #646464. Windows color (decimal): -11175644 or 2390357. OLE color: 2390357.

HSL color Cylindrical-coordinate representation of color #557924: hue angle of 85.41º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #557924 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 121 36 -
CMYK 0.30 0 0.70 0.53
HSL 85.41º 0.54% 0.31% -
HSV(B) 85.41º 0.7% 0.47% -
XYZ 10.9 15.73 4.13 -
YUV 100.55 91.57 116.91 -
System Red Green Blue C M Y K H S L
Decimal 85 121 36 0.30 0 0.70 0.53 85.41 0.54 0.31
Hex 55 79 24 1E 0 46 35 55 36 1F
Octal 125 171 44 36 0 106 65 125 66 37
Binary 1010101 1111001 100100 11110 0 1000110 110101 1010101 110110 11111

Color Harmonies of #557924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557924

Black with #557924

Text Example


Text Example

White with #557924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557924; }

 p { color: rgb(85,121,36); }

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

background-color css

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

 a { background-color: rgb(85,121,36); }

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

border-color css

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

 span { border-color: rgb(85,121,36); }

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