#558721

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

Shades of Vida Loca #558721

Tints of Vida Loca #558721

Color information

#558721 (or 0x558721) is unknown color: approx Vida Loca. HEX triplet: 55, 87 and 21. RGB value is (85,135,33). Sum of RGB (Red+Green+Blue) = 85+135+33=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 135 (53.12% from 255 or 53.36% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 135 - color contains mainly: green. Hex color #558721 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558721 is #AA78DE. Grayscale: #6C6C6C. Windows color (decimal): -11172063 or 2197333. OLE color: 2197333.

HSL color Cylindrical-coordinate representation of color #558721: hue angle of 89.41º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #558721 is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB8513533-
CMYK0.3700.760.47
HSL89.41º60.71%32.94%-
HSV(B)89.41º75.56%52.94%-
XYZ12.6819.374.51-
YUV108.4285.44111.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.60%
GREEN value IS 135 (53.12% from 255) = 53.36%
BLUE value IS 33 (13.28% from 255) = 13.04%
R=33.60%
G=53.36%
B=13.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85135330.3700.760.4789.4160.7132.94
Hex5587212504C2F593d21
Octal12520741450114571317541
Binary101010110000111100001100101010011001011111011001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558721; }

 p { color: rgb(85,135,33); }

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

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

 a { background-color: rgb(85,135,33); }

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

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

 span { border-color: rgb(85,135,33); }

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