Html Css Color HEX #56741E Green Leaf

📋 copy color: '#56741E'

red 86 ◦ green 116 ◦ blue 30

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

Shades of Green Leaf #56741E

Tints of Green Leaf #56741E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 50%

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

R = 37.07%
G = 50%
B = 12.93%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#56741E (or 0x56741E) is known color: Green Leaf. HEX triplet: 56, 74 and 1E. RGB value is (86,116,30). Sum of RGB (Red+Green+Blue) = 86+116+30=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #56741E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56741E is #A98BE1. Grayscale: #616161. Windows color (decimal): -11111394 or 1995862. OLE color: 1995862.

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

Color convert

RGB 86 116 30 -
CMYK 0.26 0 0.74 0.55
HSL 80.93º 0.59% 0.29% -
HSV(B) 80.93º 0.74% 0.45% -
XYZ 10.32 14.56 3.5 -
YUV 97.23 90.06 119.99 -
System Red Green Blue C M Y K H S L
Decimal 86 116 30 0.26 0 0.74 0.55 80.93 0.59 0.29
Hex 56 74 1E 1A 0 4A 37 51 3B 1D
Octal 126 164 36 32 0 112 67 121 73 35
Binary 1010110 1110100 11110 11010 0 1001010 110111 1010001 111011 11101

Color Harmonies of #56741E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56741E

Black with #56741E

Text Example


Text Example

White with #56741E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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