Html Css Color HEX #557625 Green Leaf

📋 copy color: '#557625'

red 85 ◦ green 118 ◦ blue 37

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

Shades of Green Leaf #557625

Tints of Green Leaf #557625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.42%

R = 35.42%
G = 49.17%
B = 15.42%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#557625 (or 0x557625) is known color: Green Leaf. HEX triplet: 55, 76 and 25. RGB value is (85,118,37). Sum of RGB (Red+Green+Blue) = 85+118+37=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #557625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557625 is #AA89DA. Grayscale: #636363. Windows color (decimal): -11176411 or 2455125. OLE color: 2455125.

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

Color convert

RGB 85 118 37 -
CMYK 0.28 0 0.69 0.54
HSL 84.44º 0.52% 0.3% -
HSV(B) 84.44º 0.69% 0.46% -
XYZ 10.56 15.02 4.09 -
YUV 98.9 93.07 118.09 -
System Red Green Blue C M Y K H S L
Decimal 85 118 37 0.28 0 0.69 0.54 84.44 0.52 0.3
Hex 55 76 25 1C 0 45 36 54 34 1E
Octal 125 166 45 34 0 105 66 124 64 36
Binary 1010101 1110110 100101 11100 0 1000101 110110 1010100 110100 11110

Color Harmonies of #557625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557625

Black with #557625

Text Example


Text Example

White with #557625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557625; }

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

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

background-color css

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

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

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

border-color css

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

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

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