#557C27

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

Shades of Green Leaf #557C27

Tints of Green Leaf #557C27

Color information

#557C27 (or 0x557C27) is unknown color: approx Green Leaf. HEX triplet: 55, 7C and 27. RGB value is (85,124,39). Sum of RGB (Red+Green+Blue) = 85+124+39=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 124 (48.83% from 255 or 50% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 124 - color contains mainly: green. Hex color #557C27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557C27 is #AA83D8. Grayscale: #666666. Windows color (decimal): -11174873 or 2587733. OLE color: 2587733.

HSL color Cylindrical-coordinate representation of color #557C27: hue angle of 87.53º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #557C27 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB8512439-
CMYK0.3100.690.51
HSL87.53º52.15%31.96%-
HSV(B)87.53º68.55%48.63%-
XYZ11.3216.494.51-
YUV102.6592.08115.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.27%
GREEN value IS 124 (48.83% from 255) = 50%
BLUE value IS 39 (15.62% from 255) = 15.73%
R=34.27%
G=50%
B=15.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85124390.3100.690.5187.5352.1531.96
Hex557C271F04533583420
Octal12517447370105631306440
Binary1010101111110010011111111010001011100111011000110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557C27; }

 p { color: rgb(85,124,39); }

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

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

 a { background-color: rgb(85,124,39); }

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

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

 span { border-color: rgb(85,124,39); }

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