Html Css Color HEX #507015 Green Leaf

📋 copy color: '#507015'

red 80 ◦ green 112 ◦ blue 21

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

Shades of Green Leaf #507015

Tints of Green Leaf #507015

RGB

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

 GREEN value IS 112 (44.14% from 255) = 52.58%

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

R = 37.56%
G = 52.58%
B = 9.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#507015 (or 0x507015) is known color: Green Leaf. HEX triplet: 50, 70 and 15. RGB value is (80,112,21). Sum of RGB (Red+Green+Blue) = 80+112+21=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #507015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507015 is #AF8FEA. Grayscale: #5C5C5C. Windows color (decimal): -11505643 or 1405008. OLE color: 1405008.

HSL color Cylindrical-coordinate representation of color #507015: hue angle of 81.1º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #507015 is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 112 21 -
CMYK 0.29 0 0.81 0.56
HSL 81.1º 0.68% 0.26% -
HSV(B) 81.1º 0.81% 0.44% -
XYZ 9.24 13.35 2.8 -
YUV 92.06 87.9 119.4 -
System Red Green Blue C M Y K H S L
Decimal 80 112 21 0.29 0 0.81 0.56 81.1 0.68 0.26
Hex 50 70 15 1D 0 51 38 51 44 1A
Octal 120 160 25 35 0 121 70 121 104 32
Binary 1010000 1110000 10101 11101 0 1010001 111000 1010001 1000100 11010

Color Harmonies of #507015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507015

Black with #507015

Text Example


Text Example

White with #507015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507015; }

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

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

background-color css

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

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

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

border-color css

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

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

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