Html Css Color HEX #56742E Green Leaf

📋 copy color: '#56742E'

red 86 ◦ green 116 ◦ blue 46

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

Shades of Green Leaf #56742E

Tints of Green Leaf #56742E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.55%

R = 34.68%
G = 46.77%
B = 18.55%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#56742E (or 0x56742E) is known color: Green Leaf. HEX triplet: 56, 74 and 2E. RGB value is (86,116,46). Sum of RGB (Red+Green+Blue) = 86+116+46=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 116 - color contains mainly: green. Hex color #56742E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56742E is #A98BD1. Grayscale: #636363. Windows color (decimal): -11111378 or 3044438. OLE color: 3044438.

HSL color Cylindrical-coordinate representation of color #56742E: hue angle of 85.71º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56742E is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 116 46 -
CMYK 0.26 0 0.60 0.55
HSL 85.71º 0.43% 0.32% -
HSV(B) 85.71º 0.6% 0.45% -
XYZ 10.58 14.67 4.86 -
YUV 99.05 98.06 118.69 -
System Red Green Blue C M Y K H S L
Decimal 86 116 46 0.26 0 0.60 0.55 85.71 0.43 0.32
Hex 56 74 2E 1A 0 3C 37 56 2B 20
Octal 126 164 56 32 0 74 67 126 53 40
Binary 1010110 1110100 101110 11010 0 111100 110111 1010110 101011 100000

Color Harmonies of #56742E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56742E

Black with #56742E

Text Example


Text Example

White with #56742E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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