Html Css Color HEX #507815 Green Leaf

📋 copy color: '#507815'

red 80 ◦ green 120 ◦ blue 21

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

Shades of Green Leaf #507815

Tints of Green Leaf #507815

RGB

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

 GREEN value IS 120 (47.27% from 255) = 54.3%

 BLUE value IS 21 (8.59% from 255) = 9.5%

R = 36.2%
G = 54.3%
B = 9.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#507815 (or 0x507815) is known color: Green Leaf. HEX triplet: 50, 78 and 15. RGB value is (80,120,21). Sum of RGB (Red+Green+Blue) = 80+120+21=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 120 (47.27% from 255 or 54.30% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 120 - color contains mainly: green. Hex color #507815 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507815 is #AF87EA. Grayscale: #616161. Windows color (decimal): -11503595 or 1407056. OLE color: 1407056.

HSL color Cylindrical-coordinate representation of color #507815: hue angle of 84.24º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #507815 is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 120 21 -
CMYK 0.33 0 0.83 0.53
HSL 84.24º 0.7% 0.28% -
HSV(B) 84.24º 0.83% 0.47% -
XYZ 10.16 15.19 3.11 -
YUV 96.75 85.25 116.05 -
System Red Green Blue C M Y K H S L
Decimal 80 120 21 0.33 0 0.83 0.53 84.24 0.7 0.28
Hex 50 78 15 21 0 53 35 54 46 1C
Octal 120 170 25 41 0 123 65 124 106 34
Binary 1010000 1111000 10101 100001 0 1010011 110101 1010100 1000110 11100

Color Harmonies of #507815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507815

Black with #507815

Text Example


Text Example

White with #507815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507815; }

 p { color: rgb(80,120,21); }

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

background-color css

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

 a { background-color: rgb(80,120,21); }

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

border-color css

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

 span { border-color: rgb(80,120,21); }

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