#55732D

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

Shades of Green Leaf #55732D

Tints of Green Leaf #55732D

Color information

#55732D (or 0x55732D) is unknown color: approx Green Leaf. HEX triplet: 55, 73 and 2D. RGB value is (85,115,45). Sum of RGB (Red+Green+Blue) = 85+115+45=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #55732D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55732D is #AA8CD2. Grayscale: #626262. Windows color (decimal): -11177171 or 2978645. OLE color: 2978645.

HSL color Cylindrical-coordinate representation of color #55732D: hue angle of 85.71º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55732D is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB8511545-
CMYK0.2600.610.55
HSL85.71º43.75%31.37%-
HSV(B)85.71º60.87%45.1%-
XYZ10.3514.384.71-
YUV98.0598.06118.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.69%
GREEN value IS 115 (45.31% from 255) = 46.94%
BLUE value IS 45 (17.97% from 255) = 18.37%
R=34.69%
G=46.94%
B=18.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85115450.2600.610.5585.7143.7531.37
Hex55732D1A03D37562c1f
Octal1251635532075671265437
Binary10101011110011101101110100111101110111101011010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55732D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55732D; }

 p { color: rgb(85,115,45); }

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

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

 a { background-color: rgb(85,115,45); }

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

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

 span { border-color: rgb(85,115,45); }

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