Html Css Color HEX #507D11 Green Leaf

📋 copy color: '#507D11'

red 80 ◦ green 125 ◦ blue 17

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

Shades of Green Leaf #507D11

Tints of Green Leaf #507D11

RGB

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

 GREEN value IS 125 (49.22% from 255) = 56.31%

 BLUE value IS 17 (7.03% from 255) = 7.66%

R = 36.04%
G = 56.31%
B = 7.66%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#507D11 (or 0x507D11) is known color: Green Leaf. HEX triplet: 50, 7D and 11. RGB value is (80,125,17). Sum of RGB (Red+Green+Blue) = 80+125+17=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 125 (49.22% from 255 or 56.31% from 222); Blue value is 17 (7.03% from 255 or 7.66% from 222); Max value from RGB is 125 - color contains mainly: green. Hex color #507D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507D11 is #AF82EE. Grayscale: #636363. Windows color (decimal): -11502319 or 1146192. OLE color: 1146192.

HSL color Cylindrical-coordinate representation of color #507D11: hue angle of 85º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #507D11 is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 125 17 -
CMYK 0.36 0 0.86 0.51
HSL 85º 0.76% 0.28% -
HSV(B) 85º 0.86% 0.49% -
XYZ 10.74 16.41 3.13 -
YUV 99.23 81.59 114.28 -
System Red Green Blue C M Y K H S L
Decimal 80 125 17 0.36 0 0.86 0.51 85 0.76 0.28
Hex 50 7D 11 24 0 56 33 55 4C 1C
Octal 120 175 21 44 0 126 63 125 114 34
Binary 1010000 1111101 10001 100100 0 1010110 110011 1010101 1001100 11100

Color Harmonies of #507D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507D11

Black with #507D11

Text Example


Text Example

White with #507D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507D11; }

 p { color: rgb(80,125,17); }

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

background-color css

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

 a { background-color: rgb(80,125,17); }

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

border-color css

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

 span { border-color: rgb(80,125,17); }

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