#507713

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

Shades of Green Leaf #507713

Tints of Green Leaf #507713

Color information

#507713 (or 0x507713) is unknown color: approx Green Leaf. HEX triplet: 50, 77 and 13. RGB value is (80,119,19). Sum of RGB (Red+Green+Blue) = 80+119+19=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 119 (46.88% from 255 or 54.59% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 119 - color contains mainly: green. Hex color #507713 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507713 is #AF88EC. Grayscale: #606060. Windows color (decimal): -11503853 or 1275728. OLE color: 1275728.

HSL color Cylindrical-coordinate representation of color #507713: hue angle of 83.4º degrees, saturation: 0.72, 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 #507713 is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB8011919-
CMYK0.3300.840.53
HSL83.4º72.46%27.06%-
HSV(B)83.4º84.03%46.67%-
XYZ10.0214.952.97-
YUV95.9484.58116.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.70%
GREEN value IS 119 (46.88% from 255) = 54.59%
BLUE value IS 19 (7.81% from 255) = 8.72%
R=36.70%
G=54.59%
B=8.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80119190.3300.840.5383.472.4627.06
Hex507713210543553481b
Octal120167234101246512311033
Binary1010000111011110011100001010101001101011010011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507713; }

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

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

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

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

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

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

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

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