#558E30

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

Shades of Vida Loca #558E30

Tints of Vida Loca #558E30

Color information

#558E30 (or 0x558E30) is unknown color: approx Vida Loca. HEX triplet: 55, 8E and 30. RGB value is (85,142,48). Sum of RGB (Red+Green+Blue) = 85+142+48=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 142 (55.86% from 255 or 51.64% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 142 - color contains mainly: green. Hex color #558E30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558E30 is #AA71CF. Grayscale: #727272. Windows color (decimal): -11170256 or 3182165. OLE color: 3182165.

HSL color Cylindrical-coordinate representation of color #558E30: hue angle of 96.38º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #558E30 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB8514248-
CMYK0.4000.660.44
HSL96.38º49.47%37.25%-
HSV(B)96.38º66.2%55.69%-
XYZ13.9521.496.21-
YUV114.2490.62107.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.91%
GREEN value IS 142 (55.86% from 255) = 51.64%
BLUE value IS 48 (19.14% from 255) = 17.45%
R=30.91%
G=51.64%
B=17.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85142480.4000.660.4496.3849.4737.25
Hex558E30280422C603125
Octal12521660500102541406145
Binary101010110001110110000101000010000101011001100000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,142,48); }

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

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

 a { background-color: rgb(85,142,48); }

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

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

 span { border-color: rgb(85,142,48); }

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