Html Css Color HEX #557618 Green Leaf

📋 copy color: '#557618'

red 85 ◦ green 118 ◦ blue 24

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

Shades of Green Leaf #557618

Tints of Green Leaf #557618

RGB

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

 GREEN value IS 118 (46.48% from 255) = 51.98%

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

R = 37.44%
G = 51.98%
B = 10.57%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#557618 (or 0x557618) is known color: Green Leaf. HEX triplet: 55, 76 and 18. RGB value is (85,118,24). Sum of RGB (Red+Green+Blue) = 85+118+24=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 118 (46.48% from 255 or 51.98% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 118 - color contains mainly: green. Hex color #557618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557618 is #AA89E7. Grayscale: #616161. Windows color (decimal): -11176424 or 1603157. OLE color: 1603157.

HSL color Cylindrical-coordinate representation of color #557618: hue angle of 81.06º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #557618 is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 118 24 -
CMYK 0.28 0 0.80 0.54
HSL 81.06º 0.66% 0.28% -
HSV(B) 81.06º 0.8% 0.46% -
XYZ 10.39 14.95 3.2 -
YUV 97.42 86.57 119.14 -
System Red Green Blue C M Y K H S L
Decimal 85 118 24 0.28 0 0.80 0.54 81.06 0.66 0.28
Hex 55 76 18 1C 0 50 36 51 42 1C
Octal 125 166 30 34 0 120 66 121 102 34
Binary 1010101 1110110 11000 11100 0 1010000 110110 1010001 1000010 11100

Color Harmonies of #557618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557618

Black with #557618

Text Example


Text Example

White with #557618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557618; }

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

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

background-color css

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

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

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

border-color css

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

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

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