Html Css Color HEX #507913 Green Leaf

📋 copy color: '#507913'

red 80 ◦ green 121 ◦ blue 19

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

Shades of Green Leaf #507913

Tints of Green Leaf #507913

RGB

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

 GREEN value IS 121 (47.66% from 255) = 55%

 BLUE value IS 19 (7.81% from 255) = 8.64%

R = 36.36%
G = 55%
B = 8.64%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#507913 (or 0x507913) is known color: Green Leaf. HEX triplet: 50, 79 and 13. RGB value is (80,121,19). Sum of RGB (Red+Green+Blue) = 80+121+19=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 121 (47.66% from 255 or 55% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 121 - color contains mainly: green. Hex color #507913 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507913 is #AF86EC. Grayscale: #616161. Windows color (decimal): -11503341 or 1276240. OLE color: 1276240.

HSL color Cylindrical-coordinate representation of color #507913: hue angle of 84.12º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #507913 is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 121 19 -
CMYK 0.34 0 0.84 0.53
HSL 84.12º 0.73% 0.27% -
HSV(B) 84.12º 0.84% 0.47% -
XYZ 10.26 15.43 3.05 -
YUV 97.11 83.92 115.79 -
System Red Green Blue C M Y K H S L
Decimal 80 121 19 0.34 0 0.84 0.53 84.12 0.73 0.27
Hex 50 79 13 22 0 54 35 54 49 1B
Octal 120 171 23 42 0 124 65 124 111 33
Binary 1010000 1111001 10011 100010 0 1010100 110101 1010100 1001001 11011

Color Harmonies of #507913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507913

Black with #507913

Text Example


Text Example

White with #507913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507913; }

 p { color: rgb(80,121,19); }

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

background-color css

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

 a { background-color: rgb(80,121,19); }

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

border-color css

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

 span { border-color: rgb(80,121,19); }

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