Html Css Color HEX #507217 Green Leaf

📋 copy color: '#507217'

red 80 ◦ green 114 ◦ blue 23

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

Shades of Green Leaf #507217

Tints of Green Leaf #507217

RGB

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

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

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

R = 36.87%
G = 52.53%
B = 10.6%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#507217 (or 0x507217) is known color: Green Leaf. HEX triplet: 50, 72 and 17. RGB value is (80,114,23). Sum of RGB (Red+Green+Blue) = 80+114+23=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 23 (9.38% from 255 or 10.60% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #507217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507217 is #AF8DE8. Grayscale: #5D5D5D. Windows color (decimal): -11505129 or 1536592. OLE color: 1536592.

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

Color convert

RGB 80 114 23 -
CMYK 0.30 0 0.80 0.55
HSL 82.42º 0.66% 0.27% -
HSV(B) 82.42º 0.8% 0.45% -
XYZ 9.48 13.8 2.97 -
YUV 93.46 88.24 118.4 -
System Red Green Blue C M Y K H S L
Decimal 80 114 23 0.30 0 0.80 0.55 82.42 0.66 0.27
Hex 50 72 17 1E 0 50 37 52 42 1B
Octal 120 162 27 36 0 120 67 122 102 33
Binary 1010000 1110010 10111 11110 0 1010000 110111 1010010 1000010 11011

Color Harmonies of #507217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507217

Black with #507217

Text Example


Text Example

White with #507217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507217; }

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

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

background-color css

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

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

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

border-color css

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

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

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