#558213

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

Shades of Vida Loca #558213

Tints of Vida Loca #558213

Color information

#558213 (or 0x558213) is unknown color: approx Vida Loca. HEX triplet: 55, 82 and 13. RGB value is (85,130,19). Sum of RGB (Red+Green+Blue) = 85+130+19=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #558213 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558213 is #AA7DEC. Grayscale: #686868. Windows color (decimal): -11173357 or 1278549. OLE color: 1278549.

HSL color Cylindrical-coordinate representation of color #558213: hue angle of 84.32º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #558213 is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB8513019-
CMYK0.3500.850.49
HSL84.32º74.5%29.22%-
HSV(B)84.32º85.38%50.98%-
XYZ11.8517.943.46-
YUV103.8980.09114.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.32%
GREEN value IS 130 (51.17% from 255) = 55.56%
BLUE value IS 19 (7.81% from 255) = 8.12%
R=36.32%
G=55.56%
B=8.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85130190.3500.850.4984.3274.529.22
Hex5582132305531544a1d
Octal125202234301256112411235
Binary10101011000001010011100011010101011100011010100100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558213; }

 p { color: rgb(85,130,19); }

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

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

 a { background-color: rgb(85,130,19); }

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

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

 span { border-color: rgb(85,130,19); }

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