#56732D

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

Shades of Green Leaf #56732D

Tints of Green Leaf #56732D

Color information

#56732D (or 0x56732D) is unknown color: approx Green Leaf. HEX triplet: 56, 73 and 2D. RGB value is (86,115,45). Sum of RGB (Red+Green+Blue) = 86+115+45=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 115 (45.31% from 255 or 46.75% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 115 - color contains mainly: green. Hex color #56732D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56732D is #A98CD2. Grayscale: #626262. Windows color (decimal): -11111635 or 2978646. OLE color: 2978646.

HSL color Cylindrical-coordinate representation of color #56732D: hue angle of 84.86º 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 #56732D is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB8611545-
CMYK0.2500.610.55
HSL84.86º43.75%31.37%-
HSV(B)84.86º60.87%45.1%-
XYZ10.4414.434.72-
YUV98.3597.89119.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.96%
GREEN value IS 115 (45.31% from 255) = 46.75%
BLUE value IS 45 (17.97% from 255) = 18.29%
R=34.96%
G=46.75%
B=18.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86115450.2500.610.5584.8643.7531.37
Hex56732D1903D37552c1f
Octal1261635531075671255437
Binary10101101110011101101110010111101110111101010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56732D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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