#557734

Color #557734 Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #557734

Tints of Green Leaf #557734

Color information

#557734 (or 0x557734) is unknown color: approx Green Leaf. HEX triplet: 55, 77 and 34. RGB value is (85,119,52). Sum of RGB (Red+Green+Blue) = 85+119+52=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 119 - color contains mainly: green. Hex color #557734 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557734 is #AA88CB. Grayscale: #656565. Windows color (decimal): -11176140 or 3438421. OLE color: 3438421.

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

Color convert

RGB8511952-
CMYK0.2900.560.53
HSL90.45º39.18%33.53%-
HSV(B)90.45º56.3%46.67%-
XYZ10.9615.375.64-
YUV101.2100.24116.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.20%
GREEN value IS 119 (46.88% from 255) = 46.48%
BLUE value IS 52 (20.70% from 255) = 20.31%
R=33.20%
G=46.48%
B=20.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85119520.2900.560.5390.4539.1833.53
Hex5577341D038355a2722
Octal1251676435070651324742
Binary101010111101111101001110101110001101011011010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557734; }

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

 H1.HeaderClassName
 {
   color: #557734;
 }
 .AnyTagClassName
 {
   color: #557734;
 }
</style>
background-color css

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

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

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

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

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

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