Html Css Color HEX #517220 Green Leaf

📋 copy color: '#517220'

red 81 ◦ green 114 ◦ blue 32

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

Shades of Green Leaf #517220

Tints of Green Leaf #517220

RGB

 RED value IS 81 (32.03% from 255) = 35.68%

 GREEN value IS 114 (44.92% from 255) = 50.22%

 BLUE value IS 32 (12.89% from 255) = 14.1%

R = 35.68%
G = 50.22%
B = 14.1%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#517220 (or 0x517220) is known color: Green Leaf. HEX triplet: 51, 72 and 20. RGB value is (81,114,32). Sum of RGB (Red+Green+Blue) = 81+114+32=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 114 (44.92% from 255 or 50.22% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 114 - color contains mainly: green. Hex color #517220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517220 is #AE8DDF. Grayscale: #5F5F5F. Windows color (decimal): -11439584 or 2126417. OLE color: 2126417.

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

Color convert

RGB 81 114 32 -
CMYK 0.29 0 0.72 0.55
HSL 84.15º 0.56% 0.29% -
HSV(B) 84.15º 0.72% 0.45% -
XYZ 9.67 13.89 3.54 -
YUV 94.79 92.57 118.17 -
System Red Green Blue C M Y K H S L
Decimal 81 114 32 0.29 0 0.72 0.55 84.15 0.56 0.29
Hex 51 72 20 1D 0 48 37 54 38 1D
Octal 121 162 40 35 0 110 67 124 70 35
Binary 1010001 1110010 100000 11101 0 1001000 110111 1010100 111000 11101

Color Harmonies of #517220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517220

Black with #517220

Text Example


Text Example

White with #517220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517220; }

 p { color: rgb(81,114,32); }

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

background-color css

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

 a { background-color: rgb(81,114,32); }

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

border-color css

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

 span { border-color: rgb(81,114,32); }

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