#557719

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

Shades of Green Leaf #557719

Tints of Green Leaf #557719

Color information

#557719 (or 0x557719) is unknown color: approx Green Leaf. HEX triplet: 55, 77 and 19. RGB value is (85,119,25). Sum of RGB (Red+Green+Blue) = 85+119+25=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 119 (46.88% from 255 or 51.97% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 119 - color contains mainly: green. Hex color #557719 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557719 is #AA88E6. Grayscale: #626262. Windows color (decimal): -11176167 or 1668949. OLE color: 1668949.

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

Color convert

RGB8511925-
CMYK0.2900.790.53
HSL81.7º65.28%28.24%-
HSV(B)81.7º78.99%46.67%-
XYZ10.5215.23.3-
YUV98.1286.74118.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.12%
GREEN value IS 119 (46.88% from 255) = 51.97%
BLUE value IS 25 (10.16% from 255) = 10.92%
R=37.12%
G=51.97%
B=10.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85119250.2900.790.5381.765.2828.24
Hex5577191D04F3552411c
Octal125167313501176512210134
Binary101010111101111100111101010011111101011010010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557719; }

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

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

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

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

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

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

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

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