Html Css Color HEX #517325 Green Leaf

📋 copy color: '#517325'

red 81 ◦ green 115 ◦ blue 37

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

Shades of Green Leaf #517325

Tints of Green Leaf #517325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.88%

R = 34.76%
G = 49.36%
B = 15.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#517325 (or 0x517325) is known color: Green Leaf. HEX triplet: 51, 73 and 25. RGB value is (81,115,37). Sum of RGB (Red+Green+Blue) = 81+115+37=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 115 - color contains mainly: green. Hex color #517325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517325 is #AE8CDA. Grayscale: #606060. Windows color (decimal): -11439323 or 2454353. OLE color: 2454353.

HSL color Cylindrical-coordinate representation of color #517325: hue angle of 86.15º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #517325 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 115 37 -
CMYK 0.30 0 0.68 0.55
HSL 86.15º 0.51% 0.3% -
HSV(B) 86.15º 0.68% 0.45% -
XYZ 9.86 14.14 3.96 -
YUV 95.94 94.74 117.34 -
System Red Green Blue C M Y K H S L
Decimal 81 115 37 0.30 0 0.68 0.55 86.15 0.51 0.3
Hex 51 73 25 1E 0 44 37 56 33 1E
Octal 121 163 45 36 0 104 67 126 63 36
Binary 1010001 1110011 100101 11110 0 1000100 110111 1010110 110011 11110

Color Harmonies of #517325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517325

Black with #517325

Text Example


Text Example

White with #517325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517325; }

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

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

background-color css

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

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

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

border-color css

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

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

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