#56721C

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

Shades of Green Leaf #56721C

Tints of Green Leaf #56721C

Color information

#56721C (or 0x56721C) is unknown color: approx Green Leaf. HEX triplet: 56, 72 and 1C. RGB value is (86,114,28). Sum of RGB (Red+Green+Blue) = 86+114+28=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #56721C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56721C is #A98DE3. Grayscale: #606060. Windows color (decimal): -11111908 or 1864278. OLE color: 1864278.

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

Color convert

RGB8611428-
CMYK0.2500.750.55
HSL79.53º60.56%27.84%-
HSV(B)79.53º75.44%44.71%-
XYZ10.0614.13.29-
YUV95.8289.72120.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.72%
GREEN value IS 114 (44.92% from 255) = 50%
BLUE value IS 28 (11.33% from 255) = 12.28%
R=37.72%
G=50%
B=12.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86114280.2500.750.5579.5360.5627.84
Hex56721C1904B37503d1c
Octal12616234310113671207534
Binary10101101110010111001100101001011110111101000011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56721C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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