#558D35

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

Shades of Vida Loca #558D35

Tints of Vida Loca #558D35

Color information

#558D35 (or 0x558D35) is unknown color: approx Vida Loca. HEX triplet: 55, 8D and 35. RGB value is (85,141,53). Sum of RGB (Red+Green+Blue) = 85+141+53=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 141 (55.47% from 255 or 50.54% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 141 - color contains mainly: green. Hex color #558D35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558D35 is #AA72CA. Grayscale: #727272. Windows color (decimal): -11170507 or 3509589. OLE color: 3509589.

HSL color Cylindrical-coordinate representation of color #558D35: hue angle of 98.18º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #558D35 is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB8514153-
CMYK0.4000.620.45
HSL98.18º45.36%38.04%-
HSV(B)98.18º62.41%55.29%-
XYZ13.9121.246.73-
YUV114.2293.45107.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.47%
GREEN value IS 141 (55.47% from 255) = 50.54%
BLUE value IS 53 (21.09% from 255) = 19.00%
R=30.47%
G=50.54%
B=19.00%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85141530.4000.620.4598.1845.3638.04
Hex558D352803E2D622d26
Octal1252156550076551425546
Binary10101011000110111010110100001111101011011100010101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558D35; }

 p { color: rgb(85,141,53); }

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

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

 a { background-color: rgb(85,141,53); }

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

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

 span { border-color: rgb(85,141,53); }

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