Html Css Color HEX #507C11 Green Leaf

📋 copy color: '#507C11'

red 80 ◦ green 124 ◦ blue 17

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

Shades of Green Leaf #507C11

Tints of Green Leaf #507C11

RGB

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

 GREEN value IS 124 (48.83% from 255) = 56.11%

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

R = 36.2%
G = 56.11%
B = 7.69%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#507C11 (or 0x507C11) is known color: Green Leaf. HEX triplet: 50, 7C and 11. RGB value is (80,124,17). Sum of RGB (Red+Green+Blue) = 80+124+17=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 124 (48.83% from 255 or 56.11% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 124 - color contains mainly: green. Hex color #507C11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507C11 is #AF83EE. Grayscale: #636363. Windows color (decimal): -11502575 or 1145936. OLE color: 1145936.

HSL color Cylindrical-coordinate representation of color #507C11: hue angle of 84.67º 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 #507C11 is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 124 17 -
CMYK 0.35 0 0.86 0.51
HSL 84.67º 0.76% 0.28% -
HSV(B) 84.67º 0.86% 0.49% -
XYZ 10.62 16.16 3.09 -
YUV 98.65 81.92 114.7 -
System Red Green Blue C M Y K H S L
Decimal 80 124 17 0.35 0 0.86 0.51 84.67 0.76 0.28
Hex 50 7C 11 23 0 56 33 55 4C 1C
Octal 120 174 21 43 0 126 63 125 114 34
Binary 1010000 1111100 10001 100011 0 1010110 110011 1010101 1001100 11100

Color Harmonies of #507C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507C11

Black with #507C11

Text Example


Text Example

White with #507C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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