#508825

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

Shades of Vida Loca #508825

Tints of Vida Loca #508825

Color information

#508825 (or 0x508825) is unknown color: approx Vida Loca. HEX triplet: 50, 88 and 25. RGB value is (80,136,37). Sum of RGB (Red+Green+Blue) = 80+136+37=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 136 (53.52% from 255 or 53.75% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 136 - color contains mainly: green. Hex color #508825 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508825 is #AF77DA. Grayscale: #6C6C6C. Windows color (decimal): -11499483 or 2459728. OLE color: 2459728.

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

Color convert

RGB8013637-
CMYK0.4100.730.47
HSL93.94º57.23%33.92%-
HSV(B)93.94º72.79%53.33%-
XYZ12.4519.454.85-
YUV107.9787.95108.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.62%
GREEN value IS 136 (53.52% from 255) = 53.75%
BLUE value IS 37 (14.84% from 255) = 14.62%
R=31.62%
G=53.75%
B=14.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80136370.4100.730.4793.9457.2333.92
Hex508825290492F5e3922
Octal12021045510111571367142
Binary101000010001000100101101001010010011011111011110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508825; }

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

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

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

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

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

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

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

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