Html Css Color HEX #557918 Green Leaf

📋 copy color: '#557918'

red 85 ◦ green 121 ◦ blue 24

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

Shades of Green Leaf #557918

Tints of Green Leaf #557918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.43%

R = 36.96%
G = 52.61%
B = 10.43%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#557918 (or 0x557918) is known color: Green Leaf. HEX triplet: 55, 79 and 18. RGB value is (85,121,24). Sum of RGB (Red+Green+Blue) = 85+121+24=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 121 (47.66% from 255 or 52.61% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 121 - color contains mainly: green. Hex color #557918 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557918 is #AA86E7. Grayscale: #636363. Windows color (decimal): -11175656 or 1603925. OLE color: 1603925.

HSL color Cylindrical-coordinate representation of color #557918: hue angle of 82.27º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #557918 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 121 24 -
CMYK 0.30 0 0.80 0.53
HSL 82.27º 0.67% 0.28% -
HSV(B) 82.27º 0.8% 0.47% -
XYZ 10.75 15.67 3.32 -
YUV 99.18 85.57 117.89 -
System Red Green Blue C M Y K H S L
Decimal 85 121 24 0.30 0 0.80 0.53 82.27 0.67 0.28
Hex 55 79 18 1E 0 50 35 52 43 1C
Octal 125 171 30 36 0 120 65 122 103 34
Binary 1010101 1111001 11000 11110 0 1010000 110101 1010010 1000011 11100

Color Harmonies of #557918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557918

Black with #557918

Text Example


Text Example

White with #557918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557918; }

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

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

background-color css

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

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

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

border-color css

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

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

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