#557725

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

Shades of Green Leaf #557725

Tints of Green Leaf #557725

Color information

#557725 (or 0x557725) is unknown color: approx Green Leaf. HEX triplet: 55, 77 and 25. RGB value is (85,119,37). Sum of RGB (Red+Green+Blue) = 85+119+37=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 119 (46.88% from 255 or 49.38% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 119 - color contains mainly: green. Hex color #557725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557725 is #AA88DA. Grayscale: #636363. Windows color (decimal): -11176155 or 2455381. OLE color: 2455381.

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

Color convert

RGB8511937-
CMYK0.2900.690.53
HSL84.88º52.56%30.59%-
HSV(B)84.88º68.91%46.67%-
XYZ10.6815.264.13-
YUV99.4992.74117.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.27%
GREEN value IS 119 (46.88% from 255) = 49.38%
BLUE value IS 37 (14.84% from 255) = 15.35%
R=35.27%
G=49.38%
B=15.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85119370.2900.690.5384.8852.5630.59
Hex5577251D0453555351f
Octal12516745350105651256537
Binary101010111101111001011110101000101110101101010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557725; }

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

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

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

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

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

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

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

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