Html Css Color HEX #56721F Green Leaf

📋 copy color: '#56721F'

red 86 ◦ green 114 ◦ blue 31

#56721F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Leaf #56721F

Tints of Green Leaf #56721F

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 value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#56721F (or 0x56721F) is known color: 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

RGB 86 114 31 -
CMYK 0.25 0 0.73 0.55
HSL 80.24º 0.57% 0.28% -
HSV(B) 80.24º 0.73% 0.45% -
XYZ 10.1 14.11 3.49 -
YUV 96.17 91.22 120.75 -
System Red Green Blue C M Y K H S L
Decimal 86 114 31 0.25 0 0.73 0.55 80.24 0.57 0.28
Hex 56 72 1F 19 0 49 37 50 39 1C
Octal 126 162 37 31 0 111 67 120 71 34
Binary 1010110 1110010 11111 11001 0 1001001 110111 1010000 111001 11100

Color Harmonies of #56721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56721F

Black with #56721F

Text Example


Text Example

White with #56721F

Text Example


Text Example

HTML Codes & Css Web 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>