#508914

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

Shades of Vida Loca #508914

Tints of Vida Loca #508914

Color information

#508914 (or 0x508914) is unknown color: approx Vida Loca. HEX triplet: 50, 89 and 14. RGB value is (80,137,20). Sum of RGB (Red+Green+Blue) = 80+137+20=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 137 (53.91% from 255 or 57.81% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 137 - color contains mainly: green. Hex color #508914 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508914 is #AF76EB. Grayscale: #6B6B6B. Windows color (decimal): -11499244 or 1345872. OLE color: 1345872.

HSL color Cylindrical-coordinate representation of color #508914: hue angle of 89.23º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #508914 is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB8013720-
CMYK0.4200.850.46
HSL89.23º74.52%30.78%-
HSV(B)89.23º85.4%53.73%-
XYZ12.3819.653.8-
YUV106.6279.12109.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.76%
GREEN value IS 137 (53.91% from 255) = 57.81%
BLUE value IS 20 (8.20% from 255) = 8.44%
R=33.76%
G=57.81%
B=8.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80137200.4200.850.4689.2374.5230.78
Hex5089142A0552E594b1f
Octal120211245201255613111337
Binary10100001000100110100101010010101011011101011001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508914; }

 p { color: rgb(80,137,20); }

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

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

 a { background-color: rgb(80,137,20); }

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

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

 span { border-color: rgb(80,137,20); }

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