#56721F

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

Shades of Green Leaf #56721F

Tints of Green Leaf #56721F

Color information

#56721F (or 0x56721F) is unknown color: approx Green Leaf. HEX triplet: 56, 72 and 1F. RGB value is (86,114,31). Sum of RGB (Red+Green+Blue) = 86+114+31=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 31 (12.5% from 255 or 13.42% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #56721F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56721F is #A98DE0. Grayscale: #606060. Windows color (decimal): -11111905 or 2060886. OLE color: 2060886.

HSL color Cylindrical-coordinate representation of color #56721F: hue angle of 80.24º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #56721F is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB8611431-
CMYK0.2500.730.55
HSL80.24º57.24%28.43%-
HSV(B)80.24º72.81%44.71%-
XYZ10.114.113.49-
YUV96.1791.22120.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.23%
GREEN value IS 114 (44.92% from 255) = 49.35%
BLUE value IS 31 (12.5% from 255) = 13.42%
R=37.23%
G=49.35%
B=13.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86114310.2500.730.5580.2457.2428.43
Hex56721F190493750391c
Octal12616237310111671207134
Binary10101101110010111111100101001001110111101000011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56721F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56721F; }

 p { color: rgb(86,114,31); }

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

<style>
 a { background-color: #56721F; }

 a { background-color: rgb(86,114,31); }

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

<style>
 span { border-color: #56721F; }

 span { border-color: rgb(86,114,31); }

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