#507819

Color #507819 Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #507819

Tints of Green Leaf #507819

Color information

#507819 (or 0x507819) is unknown color: approx Green Leaf. HEX triplet: 50, 78 and 19. RGB value is (80,120,25). Sum of RGB (Red+Green+Blue) = 80+120+25=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 120 (47.27% from 255 or 53.33% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 120 - color contains mainly: green. Hex color #507819 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507819 is #AF87E6. Grayscale: #616161. Windows color (decimal): -11503591 or 1669200. OLE color: 1669200.

HSL color Cylindrical-coordinate representation of color #507819: hue angle of 85.26º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #507819 is Cyan = 0.33, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB8012025-
CMYK0.3300.790.53
HSL85.26º65.52%28.43%-
HSV(B)85.26º79.17%47.06%-
XYZ10.215.213.32-
YUV97.2187.25115.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.56%
GREEN value IS 120 (47.27% from 255) = 53.33%
BLUE value IS 25 (10.16% from 255) = 11.11%
R=35.56%
G=53.33%
B=11.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80120250.3300.790.5385.2665.5228.43
Hex5078192104F3555421c
Octal120170314101176512510234
Binary1010000111100011001100001010011111101011010101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507819; }

 p { color: rgb(80,120,25); }

 H1.HeaderClassName
 {
   color: #507819;
 }
 .AnyTagClassName
 {
   color: #507819;
 }
</style>
background-color css

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

 a { background-color: rgb(80,120,25); }

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

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

 span { border-color: rgb(80,120,25); }

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