Html Css Color HEX #56731E Green Leaf

📋 copy color: '#56731E'

red 86 ◦ green 115 ◦ blue 30

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

Shades of Green Leaf #56731E

Tints of Green Leaf #56731E

RGB

 RED value IS 86 (33.98% from 255) = 37.23%

 GREEN value IS 115 (45.31% from 255) = 49.78%

 BLUE value IS 30 (12.11% from 255) = 12.99%

R = 37.23%
G = 49.78%
B = 12.99%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#56731E (or 0x56731E) is known color: Green Leaf. HEX triplet: 56, 73 and 1E. RGB value is (86,115,30). Sum of RGB (Red+Green+Blue) = 86+115+30=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #56731E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56731E is #A98CE1. Grayscale: #606060. Windows color (decimal): -11111650 or 1995606. OLE color: 1995606.

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

Color convert

RGB 86 115 30 -
CMYK 0.25 0 0.74 0.55
HSL 80.47º 0.59% 0.28% -
HSV(B) 80.47º 0.74% 0.45% -
XYZ 10.2 14.33 3.46 -
YUV 96.64 90.39 120.41 -
System Red Green Blue C M Y K H S L
Decimal 86 115 30 0.25 0 0.74 0.55 80.47 0.59 0.28
Hex 56 73 1E 19 0 4A 37 50 3B 1C
Octal 126 163 36 31 0 112 67 120 73 34
Binary 1010110 1110011 11110 11001 0 1001010 110111 1010000 111011 11100

Color Harmonies of #56731E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56731E

Black with #56731E

Text Example


Text Example

White with #56731E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56731E; }

 p { color: rgb(86,115,30); }

 H1.HeaderClassName
 {
   color: #56731E;
 }
 .AnyTagClassName
 {
   color: #56731E;
 }
</style>

background-color css

<style>
 a { background-color: #56731E; }

 a { background-color: rgb(86,115,30); }

 div.DivClassName
 {
   background-color: #56731E;
 }
 .BgClassName
 {
   background-color: #56731E;
 }
</style>

border-color css

<style>
 span { border-color: #56731E; }

 span { border-color: rgb(86,115,30); }

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