#558714

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

Shades of Vida Loca #558714

Tints of Vida Loca #558714

Color information

#558714 (or 0x558714) is unknown color: approx Vida Loca. HEX triplet: 55, 87 and 14. RGB value is (85,135,20). Sum of RGB (Red+Green+Blue) = 85+135+20=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 135 (53.12% from 255 or 56.25% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 135 - color contains mainly: green. Hex color #558714 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558714 is #AA78EB. Grayscale: #6B6B6B. Windows color (decimal): -11172076 or 1345365. OLE color: 1345365.

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

Color convert

RGB8513520-
CMYK0.3700.850.47
HSL86.09º74.19%30.39%-
HSV(B)86.09º85.19%52.94%-
XYZ12.5419.313.73-
YUV106.9478.94112.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.42%
GREEN value IS 135 (53.12% from 255) = 56.25%
BLUE value IS 20 (8.20% from 255) = 8.33%
R=35.42%
G=56.25%
B=8.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85135200.3700.850.4786.0974.1930.39
Hex558714250552F564a1e
Octal125207244501255712611236
Binary10101011000011110100100101010101011011111010110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558714; }

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

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

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

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

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

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

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

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