#508817

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

Shades of Vida Loca #508817

Tints of Vida Loca #508817

Color information

#508817 (or 0x508817) is unknown color: approx Vida Loca. HEX triplet: 50, 88 and 17. RGB value is (80,136,23). Sum of RGB (Red+Green+Blue) = 80+136+23=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 136 (53.52% from 255 or 56.90% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 136 - color contains mainly: green. Hex color #508817 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508817 is #AF77E8. Grayscale: #6A6A6A. Windows color (decimal): -11499497 or 1542224. OLE color: 1542224.

HSL color Cylindrical-coordinate representation of color #508817: hue angle of 89.73º 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 #508817 is Cyan = 0.41, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.47.

Color convert

RGB8013623-
CMYK0.4100.830.47
HSL89.73º71.07%31.18%-
HSV(B)89.73º83.09%53.33%-
XYZ12.2719.383.9-
YUV106.3780.95109.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.47%
GREEN value IS 136 (53.52% from 255) = 56.90%
BLUE value IS 23 (9.38% from 255) = 9.62%
R=33.47%
G=56.90%
B=9.62%

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
Decimal80136230.4100.830.4789.7371.0731.18
Hex508817290532F5a471f
Octal120210275101235713210737
Binary10100001000100010111101001010100111011111011010100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508817; }

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

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

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

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

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

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

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

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