Html Css Color HEX #557629 Green Leaf

📋 copy color: '#557629'

red 85 ◦ green 118 ◦ blue 41

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

Shades of Green Leaf #557629

Tints of Green Leaf #557629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.8%

R = 34.84%
G = 48.36%
B = 16.8%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#557629 (or 0x557629) is known color: Green Leaf. HEX triplet: 55, 76 and 29. RGB value is (85,118,41). Sum of RGB (Red+Green+Blue) = 85+118+41=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #557629 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557629 is #AA89D6. Grayscale: #636363. Windows color (decimal): -11176407 or 2717269. OLE color: 2717269.

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

Color convert

RGB 85 118 41 -
CMYK 0.28 0 0.65 0.54
HSL 85.71º 0.48% 0.31% -
HSV(B) 85.71º 0.65% 0.46% -
XYZ 10.62 15.05 4.44 -
YUV 99.36 95.07 117.76 -
System Red Green Blue C M Y K H S L
Decimal 85 118 41 0.28 0 0.65 0.54 85.71 0.48 0.31
Hex 55 76 29 1C 0 41 36 56 30 1F
Octal 125 166 51 34 0 101 66 126 60 37
Binary 1010101 1110110 101001 11100 0 1000001 110110 1010110 110000 11111

Color Harmonies of #557629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557629

Black with #557629

Text Example


Text Example

White with #557629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557629; }

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

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

background-color css

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

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

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

border-color css

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

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

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