#55751B

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

Shades of Green Leaf #55751B

Tints of Green Leaf #55751B

Color information

#55751B (or 0x55751B) is unknown color: approx Green Leaf. HEX triplet: 55, 75 and 1B. RGB value is (85,117,27). Sum of RGB (Red+Green+Blue) = 85+117+27=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 27 (10.94% from 255 or 11.79% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #55751B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55751B is #AA8AE4. Grayscale: #616161. Windows color (decimal): -11176677 or 1799509. OLE color: 1799509.

HSL color Cylindrical-coordinate representation of color #55751B: hue angle of 81.33º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55751B is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB8511727-
CMYK0.2700.770.54
HSL81.33º62.5%28.24%-
HSV(B)81.33º76.92%45.88%-
XYZ10.3114.733.34-
YUV97.1788.4119.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.12%
GREEN value IS 117 (46.09% from 255) = 51.09%
BLUE value IS 27 (10.94% from 255) = 11.79%
R=37.12%
G=51.09%
B=11.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85117270.2700.770.5481.3362.528.24
Hex55751B1B04D36513e1c
Octal12516533330115661217634
Binary10101011110101110111101101001101110110101000111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55751B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55751B; }

 p { color: rgb(85,117,27); }

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

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

 a { background-color: rgb(85,117,27); }

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

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

 span { border-color: rgb(85,117,27); }

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