#518B15

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

Shades of Vida Loca #518B15

Tints of Vida Loca #518B15

Color information

#518B15 (or 0x518B15) is unknown color: approx Vida Loca. HEX triplet: 51, 8B and 15. RGB value is (81,139,21). Sum of RGB (Red+Green+Blue) = 81+139+21=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 139 (54.69% from 255 or 57.68% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 139 - color contains mainly: green. Hex color #518B15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #518B15 is #AE74EA. Grayscale: #6C6C6C. Windows color (decimal): -11433195 or 1411921. OLE color: 1411921.

HSL color Cylindrical-coordinate representation of color #518B15: hue angle of 89.49º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #518B15 is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB8113921-
CMYK0.4200.850.45
HSL89.49º73.75%31.37%-
HSV(B)89.49º84.89%54.51%-
XYZ12.7620.273.95-
YUV108.2178.78108.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.61%
GREEN value IS 139 (54.69% from 255) = 57.68%
BLUE value IS 21 (8.59% from 255) = 8.71%
R=33.61%
G=57.68%
B=8.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81139210.4200.850.4589.4973.7531.37
Hex518B152A0552D594a1f
Octal121213255201255513111237
Binary10100011000101110101101010010101011011011011001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518B15; }

 p { color: rgb(81,139,21); }

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

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

 a { background-color: rgb(81,139,21); }

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

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

 span { border-color: rgb(81,139,21); }

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