#55761A

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

Shades of Green Leaf #55761A

Tints of Green Leaf #55761A

Color information

#55761A (or 0x55761A) is unknown color: approx Green Leaf. HEX triplet: 55, 76 and 1A. RGB value is (85,118,26). Sum of RGB (Red+Green+Blue) = 85+118+26=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 118 (46.48% from 255 or 51.53% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 118 - color contains mainly: green. Hex color #55761A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55761A is #AA89E5. Grayscale: #616161. Windows color (decimal): -11176422 or 1734229. OLE color: 1734229.

HSL color Cylindrical-coordinate representation of color #55761A: hue angle of 81.52º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55761A is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB8511826-
CMYK0.2800.780.54
HSL81.52º63.89%28.24%-
HSV(B)81.52º77.97%46.27%-
XYZ10.4114.963.32-
YUV97.6487.57118.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.12%
GREEN value IS 118 (46.48% from 255) = 51.53%
BLUE value IS 26 (10.55% from 255) = 11.35%
R=37.12%
G=51.53%
B=11.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85118260.2800.780.5481.5263.8928.24
Hex55761A1C04E3652401c
Octal125166323401166612210034
Binary101010111101101101011100010011101101101010010100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55761A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55761A; }

 p { color: rgb(85,118,26); }

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

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

 a { background-color: rgb(85,118,26); }

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

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

 span { border-color: rgb(85,118,26); }

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