#508717

Color #508717 Vida Loca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vida Loca #508717

Tints of Vida Loca #508717

Color information

#508717 (or 0x508717) is unknown color: approx Vida Loca. HEX triplet: 50, 87 and 17. RGB value is (80,135,23). Sum of RGB (Red+Green+Blue) = 80+135+23=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 135 (53.12% from 255 or 56.72% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 135 - color contains mainly: green. Hex color #508717 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508717 is #AF78E8. Grayscale: #6A6A6A. Windows color (decimal): -11499753 or 1541968. OLE color: 1541968.

HSL color Cylindrical-coordinate representation of color #508717: hue angle of 89.46º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #508717 is Cyan = 0.41, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.47.

Color convert

RGB8013523-
CMYK0.4100.830.47
HSL89.46º70.89%30.98%-
HSV(B)89.46º82.96%52.94%-
XYZ12.1319.13.86-
YUV105.7981.28109.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.61%
GREEN value IS 135 (53.12% from 255) = 56.72%
BLUE value IS 23 (9.38% from 255) = 9.66%
R=33.61%
G=56.72%
B=9.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80135230.4100.830.4789.4670.8930.98
Hex508717290532F59471f
Octal120207275101235713110737
Binary10100001000011110111101001010100111011111011001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508717; }

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

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

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

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

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

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

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

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