Html Css Color HEX #507210 Green Leaf

📋 copy color: '#507210'

red 80 ◦ green 114 ◦ blue 16

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

Shades of Green Leaf #507210

Tints of Green Leaf #507210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.62%

R = 38.1%
G = 54.29%
B = 7.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#507210 (or 0x507210) is known color: Green Leaf. HEX triplet: 50, 72 and 10. RGB value is (80,114,16). Sum of RGB (Red+Green+Blue) = 80+114+16=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 114 (44.92% from 255 or 54.29% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 114 - color contains mainly: green. Hex color #507210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507210 is #AF8DEF. Grayscale: #5D5D5D. Windows color (decimal): -11505136 or 1077840. OLE color: 1077840.

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

Color convert

RGB 80 114 16 -
CMYK 0.30 0 0.86 0.55
HSL 80.82º 0.75% 0.25% -
HSV(B) 80.82º 0.86% 0.45% -
XYZ 9.42 13.78 2.65 -
YUV 92.66 84.74 118.97 -
System Red Green Blue C M Y K H S L
Decimal 80 114 16 0.30 0 0.86 0.55 80.82 0.75 0.25
Hex 50 72 10 1E 0 56 37 51 4B 19
Octal 120 162 20 36 0 126 67 121 113 31
Binary 1010000 1110010 10000 11110 0 1010110 110111 1010001 1001011 11001

Color Harmonies of #507210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507210

Black with #507210

Text Example


Text Example

White with #507210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507210; }

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

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

background-color css

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

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

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

border-color css

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

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

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