#5E8425

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

Shades of Vida Loca #5E8425

Tints of Vida Loca #5E8425

Color information

#5E8425 (or 0x5E8425) is unknown color: approx Vida Loca. HEX triplet: 5E, 84 and 25. RGB value is (94,132,37). Sum of RGB (Red+Green+Blue) = 94+132+37=263 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.74% from 263); Green value is 132 (51.95% from 255 or 50.19% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 132 - color contains mainly: green. Hex color #5E8425 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8425 is #A17BDA. Grayscale: #6E6E6E. Windows color (decimal): -10583003 or 2458718. OLE color: 2458718.

HSL color Cylindrical-coordinate representation of color #5E8425: hue angle of 84º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E8425 is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB9413237-
CMYK0.2900.720.48
HSL84º56.21%33.14%-
HSV(B)84º71.97%51.76%-
XYZ13.219.024.72-
YUV109.8186.91116.72-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.74%
GREEN value IS 132 (51.95% from 255) = 50.19%
BLUE value IS 37 (14.84% from 255) = 14.07%
R=35.74%
G=50.19%
B=14.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal94132370.2900.720.488456.2133.14
Hex5E84251D04830543821
Octal13620445350110601247041
Binary10111101000010010010111101010010001100001010100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E8425; }

 p { color: rgb(94,132,37); }

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

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

 a { background-color: rgb(94,132,37); }

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

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

 span { border-color: rgb(94,132,37); }

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