Html Css Color HEX #507C17 Green Leaf

📋 copy color: '#507C17'

red 80 ◦ green 124 ◦ blue 23

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

Shades of Green Leaf #507C17

Tints of Green Leaf #507C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.13%

R = 35.24%
G = 54.63%
B = 10.13%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#507C17 (or 0x507C17) is known color: Green Leaf. HEX triplet: 50, 7C and 17. RGB value is (80,124,23). Sum of RGB (Red+Green+Blue) = 80+124+23=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 124 (48.83% from 255 or 54.63% from 227); Blue value is 23 (9.38% from 255 or 10.13% from 227); Max value from RGB is 124 - color contains mainly: green. Hex color #507C17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507C17 is #AF83E8. Grayscale: #636363. Windows color (decimal): -11502569 or 1539152. OLE color: 1539152.

HSL color Cylindrical-coordinate representation of color #507C17: hue angle of 86.14º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #507C17 is Cyan = 0.35, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 124 23 -
CMYK 0.35 0 0.81 0.51
HSL 86.14º 0.69% 0.29% -
HSV(B) 86.14º 0.81% 0.49% -
XYZ 10.67 16.18 3.37 -
YUV 99.33 84.92 114.21 -
System Red Green Blue C M Y K H S L
Decimal 80 124 23 0.35 0 0.81 0.51 86.14 0.69 0.29
Hex 50 7C 17 23 0 51 33 56 45 1D
Octal 120 174 27 43 0 121 63 126 105 35
Binary 1010000 1111100 10111 100011 0 1010001 110011 1010110 1000101 11101

Color Harmonies of #507C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507C17

Black with #507C17

Text Example


Text Example

White with #507C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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