#56762B

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

Shades of Green Leaf #56762B

Tints of Green Leaf #56762B

Color information

#56762B (or 0x56762B) is unknown color: approx Green Leaf. HEX triplet: 56, 76 and 2B. RGB value is (86,118,43). Sum of RGB (Red+Green+Blue) = 86+118+43=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #56762B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56762B is #A989D4. Grayscale: #646464. Windows color (decimal): -11110869 or 2848342. OLE color: 2848342.

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

Color convert

RGB8611843-
CMYK0.2700.640.54
HSL85.6º46.58%31.57%-
HSV(B)85.6º63.56%46.27%-
XYZ10.7515.114.64-
YUV99.8895.9118.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.82%
GREEN value IS 118 (46.48% from 255) = 47.77%
BLUE value IS 43 (17.19% from 255) = 17.41%
R=34.82%
G=47.77%
B=17.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86118430.2700.640.5485.646.5831.57
Hex56762B1B04036562f20
Octal12616653330100661265740
Binary1010110111011010101111011010000001101101010110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56762B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,118,43); }

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

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

 a { background-color: rgb(86,118,43); }

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

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

 span { border-color: rgb(86,118,43); }

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