#507710

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

Shades of Green Leaf #507710

Tints of Green Leaf #507710

Color information

#507710 (or 0x507710) is unknown color: approx Green Leaf. HEX triplet: 50, 77 and 10. RGB value is (80,119,16). Sum of RGB (Red+Green+Blue) = 80+119+16=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 119 (46.88% from 255 or 55.35% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 119 - color contains mainly: green. Hex color #507710 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507710 is #AF88EF. Grayscale: #5F5F5F. Windows color (decimal): -11503856 or 1079120. OLE color: 1079120.

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

Color convert

RGB8011916-
CMYK0.3300.870.53
HSL82.72º76.3%26.47%-
HSV(B)82.72º86.55%46.67%-
XYZ1014.942.85-
YUV95.683.08116.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.21%
GREEN value IS 119 (46.88% from 255) = 55.35%
BLUE value IS 16 (6.64% from 255) = 7.44%
R=37.21%
G=55.35%
B=7.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80119160.3300.870.5382.7276.326.47
Hex5077102105735534c1a
Octal120167204101276512311432
Binary1010000111011110000100001010101111101011010011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507710; }

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

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

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

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

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

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

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

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