#56701F

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

Shades of Green Leaf #56701F

Tints of Green Leaf #56701F

Color information

#56701F (or 0x56701F) is unknown color: approx Green Leaf. HEX triplet: 56, 70 and 1F. RGB value is (86,112,31). Sum of RGB (Red+Green+Blue) = 86+112+31=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 31 (12.5% from 255 or 13.54% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #56701F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56701F is #A98FE0. Grayscale: #5F5F5F. Windows color (decimal): -11112417 or 2060374. OLE color: 2060374.

HSL color Cylindrical-coordinate representation of color #56701F: hue angle of 79.26º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #56701F is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB8611231-
CMYK0.2300.720.56
HSL79.26º56.64%28.04%-
HSV(B)79.26º72.32%43.92%-
XYZ9.8813.673.41-
YUV94.9991.89121.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.55%
GREEN value IS 112 (44.14% from 255) = 48.91%
BLUE value IS 31 (12.5% from 255) = 13.54%
R=37.55%
G=48.91%
B=13.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86112310.2300.720.5679.2656.6428.04
Hex56701F17048384f391c
Octal12616037270110701177134
Binary10101101110000111111011101001000111000100111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56701F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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