Html Css Color HEX #557729 Green Leaf

📋 copy color: '#557729'

red 85 ◦ green 119 ◦ blue 41

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

Shades of Green Leaf #557729

Tints of Green Leaf #557729

RGB

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

 GREEN value IS 119 (46.88% from 255) = 48.57%

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

R = 34.69%
G = 48.57%
B = 16.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#557729 (or 0x557729) is known color: Green Leaf. HEX triplet: 55, 77 and 29. RGB value is (85,119,41). Sum of RGB (Red+Green+Blue) = 85+119+41=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 119 (46.88% from 255 or 48.57% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 119 - color contains mainly: green. Hex color #557729 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557729 is #AA88D6. Grayscale: #646464. Windows color (decimal): -11176151 or 2717525. OLE color: 2717525.

HSL color Cylindrical-coordinate representation of color #557729: hue angle of 86.15º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #557729 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 119 41 -
CMYK 0.29 0 0.66 0.53
HSL 86.15º 0.49% 0.31% -
HSV(B) 86.15º 0.66% 0.47% -
XYZ 10.74 15.29 4.48 -
YUV 99.94 94.74 117.34 -
System Red Green Blue C M Y K H S L
Decimal 85 119 41 0.29 0 0.66 0.53 86.15 0.49 0.31
Hex 55 77 29 1D 0 42 35 56 31 1F
Octal 125 167 51 35 0 102 65 126 61 37
Binary 1010101 1110111 101001 11101 0 1000010 110101 1010110 110001 11111

Color Harmonies of #557729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557729

Black with #557729

Text Example


Text Example

White with #557729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557729; }

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

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

background-color css

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

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

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

border-color css

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

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

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