#558C37

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

Shades of Vida Loca #558C37

Tints of Vida Loca #558C37

Color information

#558C37 (or 0x558C37) is unknown color: approx Vida Loca. HEX triplet: 55, 8C and 37. RGB value is (85,140,55). Sum of RGB (Red+Green+Blue) = 85+140+55=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 140 (55.08% from 255 or 50% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 140 - color contains mainly: green. Hex color #558C37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558C37 is #AA73C8. Grayscale: #727272. Windows color (decimal): -11170761 or 3640405. OLE color: 3640405.

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

Color convert

RGB8514055-
CMYK0.3900.610.45
HSL98.82º43.59%38.24%-
HSV(B)98.82º60.71%54.9%-
XYZ13.8120.966.93-
YUV113.8694.78107.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.36%
GREEN value IS 140 (55.08% from 255) = 50%
BLUE value IS 55 (21.88% from 255) = 19.64%
R=30.36%
G=50%
B=19.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85140550.3900.610.4598.8243.5938.24
Hex558C372703D2D632c26
Octal1252146747075551435446
Binary10101011000110011011110011101111011011011100011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,140,55); }

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

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

 a { background-color: rgb(85,140,55); }

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

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

 span { border-color: rgb(85,140,55); }

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