Html Css Color HEX #517320 Green Leaf

📋 copy color: '#517320'

red 81 ◦ green 115 ◦ blue 32

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

Shades of Green Leaf #517320

Tints of Green Leaf #517320

RGB

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

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

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

R = 35.53%
G = 50.44%
B = 14.04%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#517320 (or 0x517320) is known color: Green Leaf. HEX triplet: 51, 73 and 20. RGB value is (81,115,32). Sum of RGB (Red+Green+Blue) = 81+115+32=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #517320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517320 is #AE8CDF. Grayscale: #5F5F5F. Windows color (decimal): -11439328 or 2126673. OLE color: 2126673.

HSL color Cylindrical-coordinate representation of color #517320: hue angle of 84.58º 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 #517320 is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 115 32 -
CMYK 0.30 0 0.72 0.55
HSL 84.58º 0.56% 0.29% -
HSV(B) 84.58º 0.72% 0.45% -
XYZ 9.78 14.12 3.58 -
YUV 95.37 92.24 117.75 -
System Red Green Blue C M Y K H S L
Decimal 81 115 32 0.30 0 0.72 0.55 84.58 0.56 0.29
Hex 51 73 20 1E 0 48 37 55 38 1D
Octal 121 163 40 36 0 110 67 125 70 35
Binary 1010001 1110011 100000 11110 0 1001000 110111 1010101 111000 11101

Color Harmonies of #517320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517320

Black with #517320

Text Example


Text Example

White with #517320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517320; }

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

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

background-color css

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

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

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

border-color css

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

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

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