#508C0D

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

Shades of Vida Loca #508C0D

Tints of Vida Loca #508C0D

Color information

#508C0D (or 0x508C0D) is unknown color: approx Vida Loca. HEX triplet: 50, 8C and 0D. RGB value is (80,140,13). Sum of RGB (Red+Green+Blue) = 80+140+13=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 140 (55.08% from 255 or 60.09% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 140 - color contains mainly: green. Hex color #508C0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508C0D is #AF73F2. Grayscale: #6C6C6C. Windows color (decimal): -11498483 or 887888. OLE color: 887888.

HSL color Cylindrical-coordinate representation of color #508C0D: hue angle of 88.35º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #508C0D is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB8014013-
CMYK0.4300.910.45
HSL88.35º83.01%30%-
HSV(B)88.35º90.71%54.9%-
XYZ12.7620.493.66-
YUV107.5874.62108.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.33%
GREEN value IS 140 (55.08% from 255) = 60.09%
BLUE value IS 13 (5.47% from 255) = 5.58%
R=34.33%
G=60.09%
B=5.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80140130.4300.910.4588.3583.0130
Hex508CD2B05B2D58531e
Octal120214155301335513012336
Binary1010000100011001101101011010110111011011011000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508C0D; }

 p { color: rgb(80,140,13); }

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

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

 a { background-color: rgb(80,140,13); }

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

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

 span { border-color: rgb(80,140,13); }

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