#557E15

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

Shades of Vida Loca #557E15

Tints of Vida Loca #557E15

Color information

#557E15 (or 0x557E15) is unknown color: approx Vida Loca. HEX triplet: 55, 7E and 15. RGB value is (85,126,21). Sum of RGB (Red+Green+Blue) = 85+126+21=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 126 (49.61% from 255 or 54.31% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 126 - color contains mainly: green. Hex color #557E15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557E15 is #AA81EA. Grayscale: #666666. Windows color (decimal): -11174379 or 1408597. OLE color: 1408597.

HSL color Cylindrical-coordinate representation of color #557E15: hue angle of 83.43º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #557E15 is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.51.

Color convert

RGB8512621-
CMYK0.3300.830.51
HSL83.43º71.43%28.82%-
HSV(B)83.43º83.33%49.41%-
XYZ11.3416.913.38-
YUV101.7782.42116.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.64%
GREEN value IS 126 (49.61% from 255) = 54.31%
BLUE value IS 21 (8.59% from 255) = 9.05%
R=36.64%
G=54.31%
B=9.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85126210.3300.830.5183.4371.4328.82
Hex557E15210533353471d
Octal125176254101236312310735
Binary1010101111111010101100001010100111100111010011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557E15; }

 p { color: rgb(85,126,21); }

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

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

 a { background-color: rgb(85,126,21); }

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

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

 span { border-color: rgb(85,126,21); }

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