Html Css Color HEX #507117 Green Leaf

📋 copy color: '#507117'

red 80 ◦ green 113 ◦ blue 23

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

Shades of Green Leaf #507117

Tints of Green Leaf #507117

RGB

 RED value IS 80 (31.64% from 255) = 37.04%

 GREEN value IS 113 (44.53% from 255) = 52.31%

 BLUE value IS 23 (9.38% from 255) = 10.65%

R = 37.04%
G = 52.31%
B = 10.65%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#507117 (or 0x507117) is known color: Green Leaf. HEX triplet: 50, 71 and 17. RGB value is (80,113,23). Sum of RGB (Red+Green+Blue) = 80+113+23=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 113 (44.53% from 255 or 52.31% from 216); Blue value is 23 (9.38% from 255 or 10.65% from 216); Max value from RGB is 113 - color contains mainly: green. Hex color #507117 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507117 is #AF8EE8. Grayscale: #5D5D5D. Windows color (decimal): -11505385 or 1536336. OLE color: 1536336.

HSL color Cylindrical-coordinate representation of color #507117: hue angle of 82º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #507117 is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 113 23 -
CMYK 0.29 0 0.80 0.56
HSL 82º 0.66% 0.27% -
HSV(B) 82º 0.8% 0.44% -
XYZ 9.37 13.58 2.94 -
YUV 92.87 88.57 118.82 -
System Red Green Blue C M Y K H S L
Decimal 80 113 23 0.29 0 0.80 0.56 82 0.66 0.27
Hex 50 71 17 1D 0 50 38 52 42 1B
Octal 120 161 27 35 0 120 70 122 102 33
Binary 1010000 1110001 10111 11101 0 1010000 111000 1010010 1000010 11011

Color Harmonies of #507117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507117

Black with #507117

Text Example


Text Example

White with #507117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507117; }

 p { color: rgb(80,113,23); }

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

background-color css

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

 a { background-color: rgb(80,113,23); }

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

border-color css

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

 span { border-color: rgb(80,113,23); }

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