#609329

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

Shades of Vida Loca #609329

Tints of Vida Loca #609329

Color information

#609329 (or 0x609329) is unknown color: approx Vida Loca. HEX triplet: 60, 93 and 29. RGB value is (96,147,41). Sum of RGB (Red+Green+Blue) = 96+147+41=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 147 (57.81% from 255 or 51.76% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 147 - color contains mainly: green. Hex color #609329 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609329 is #9F6CD6. Grayscale: #787878. Windows color (decimal): -10448087 or 2724704. OLE color: 2724704.

HSL color Cylindrical-coordinate representation of color #609329: hue angle of 88.87º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #609329 is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB9614741-
CMYK0.3500.720.42
HSL88.87º56.38%36.86%-
HSV(B)88.87º72.11%57.65%-
XYZ15.6623.515.81-
YUV119.6783.6111.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.80%
GREEN value IS 147 (57.81% from 255) = 51.76%
BLUE value IS 41 (16.41% from 255) = 14.44%
R=33.80%
G=51.76%
B=14.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96147410.3500.720.4288.8756.3836.86
Hex609329230482A593825
Octal14022351430110521317045
Binary110000010010011101001100011010010001010101011001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609329; }

 p { color: rgb(96,147,41); }

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

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

 a { background-color: rgb(96,147,41); }

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

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

 span { border-color: rgb(96,147,41); }

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