Html Css Color HEX #56752A Green Leaf

📋 copy color: '#56752A'

red 86 ◦ green 117 ◦ blue 42

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

Shades of Green Leaf #56752A

Tints of Green Leaf #56752A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.76%

 BLUE value IS 42 (16.8% from 255) = 17.14%

R = 35.1%
G = 47.76%
B = 17.14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#56752A (or 0x56752A) is known color: Green Leaf. HEX triplet: 56, 75 and 2A. RGB value is (86,117,42). Sum of RGB (Red+Green+Blue) = 86+117+42=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 117 (46.09% from 255 or 47.76% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 117 - color contains mainly: green. Hex color #56752A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56752A is #A98AD5. Grayscale: #636363. Windows color (decimal): -11111126 or 2782550. OLE color: 2782550.

HSL color Cylindrical-coordinate representation of color #56752A: hue angle of 84.8º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56752A is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 117 42 -
CMYK 0.26 0 0.64 0.54
HSL 84.8º 0.47% 0.31% -
HSV(B) 84.8º 0.64% 0.46% -
XYZ 10.62 14.87 4.5 -
YUV 99.18 95.73 118.6 -
System Red Green Blue C M Y K H S L
Decimal 86 117 42 0.26 0 0.64 0.54 84.8 0.47 0.31
Hex 56 75 2A 1A 0 40 36 55 2F 1F
Octal 126 165 52 32 0 100 66 125 57 37
Binary 1010110 1110101 101010 11010 0 1000000 110110 1010101 101111 11111

Color Harmonies of #56752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56752A

Black with #56752A

Text Example


Text Example

White with #56752A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56752A; }

 p { color: rgb(86,117,42); }

 H1.HeaderClassName
 {
   color: #56752A;
 }
 .AnyTagClassName
 {
   color: #56752A;
 }
</style>

background-color css

<style>
 a { background-color: #56752A; }

 a { background-color: rgb(86,117,42); }

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

border-color css

<style>
 span { border-color: #56752A; }

 span { border-color: rgb(86,117,42); }

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