Html Css Color HEX #557529 Green Leaf

📋 copy color: '#557529'

red 85 ◦ green 117 ◦ blue 41

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

Shades of Green Leaf #557529

Tints of Green Leaf #557529

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.15%

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

R = 34.98%
G = 48.15%
B = 16.87%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#557529 (or 0x557529) is known color: Green Leaf. HEX triplet: 55, 75 and 29. RGB value is (85,117,41). Sum of RGB (Red+Green+Blue) = 85+117+41=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 41 (16.41% from 255 or 16.87% from 243); Max value from RGB is 117 - color contains mainly: green. Hex color #557529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557529 is #AA8AD6. Grayscale: #636363. Windows color (decimal): -11176663 or 2717013. OLE color: 2717013.

HSL color Cylindrical-coordinate representation of color #557529: hue angle of 85.26º 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 #557529 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 117 41 -
CMYK 0.27 0 0.65 0.54
HSL 85.26º 0.48% 0.31% -
HSV(B) 85.26º 0.65% 0.46% -
XYZ 10.51 14.81 4.4 -
YUV 98.77 95.4 118.18 -
System Red Green Blue C M Y K H S L
Decimal 85 117 41 0.27 0 0.65 0.54 85.26 0.48 0.31
Hex 55 75 29 1B 0 41 36 55 30 1F
Octal 125 165 51 33 0 101 66 125 60 37
Binary 1010101 1110101 101001 11011 0 1000001 110110 1010101 110000 11111

Color Harmonies of #557529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557529

Black with #557529

Text Example


Text Example

White with #557529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557529; }

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

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

background-color css

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

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

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

border-color css

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

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

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