#609429

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

Shades of Vida Loca #609429

Tints of Vida Loca #609429

Color information

#609429 (or 0x609429) is unknown color: approx Vida Loca. HEX triplet: 60, 94 and 29. RGB value is (96,148,41). Sum of RGB (Red+Green+Blue) = 96+148+41=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #609429 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609429 is #9F6BD6. Grayscale: #787878. Windows color (decimal): -10447831 or 2724960. OLE color: 2724960.

HSL color Cylindrical-coordinate representation of color #609429: hue angle of 89.16º degrees, saturation: 0.57, 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 #609429 is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB9614841-
CMYK0.3500.720.42
HSL89.16º56.61%37.06%-
HSV(B)89.16º72.3%58.04%-
XYZ15.8123.835.86-
YUV120.2583.27110.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.68%
GREEN value IS 148 (58.20% from 255) = 51.93%
BLUE value IS 41 (16.41% from 255) = 14.39%
R=33.68%
G=51.93%
B=14.39%

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
Decimal96148410.3500.720.4289.1656.6137.06
Hex609429230482A593925
Octal14022451430110521317145
Binary110000010010100101001100011010010001010101011001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609429; }

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

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

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

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

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

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

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

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