#639331

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

Shades of Vida Loca #639331

Tints of Vida Loca #639331

Color information

#639331 (or 0x639331) is unknown color: approx Vida Loca. HEX triplet: 63, 93 and 31. RGB value is (99,147,49). Sum of RGB (Red+Green+Blue) = 99+147+49=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #639331 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639331 is #9C6CCE. Grayscale: #797979. Windows color (decimal): -10251471 or 3248995. OLE color: 3248995.

HSL color Cylindrical-coordinate representation of color #639331: hue angle of 89.39º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #639331 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB9914749-
CMYK0.3300.670.42
HSL89.39º50%38.43%-
HSV(B)89.39º66.67%57.65%-
XYZ16.1323.746.64-
YUV121.4887.1111.97-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.56%
GREEN value IS 147 (57.81% from 255) = 49.83%
BLUE value IS 49 (19.53% from 255) = 16.61%
R=33.56%
G=49.83%
B=16.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal99147490.3300.670.4289.395038.43
Hex639331210432A593226
Octal14322361410103521316246
Binary110001110010011110001100001010000111010101011001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639331; }

 p { color: rgb(99,147,49); }

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

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

 a { background-color: rgb(99,147,49); }

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

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

 span { border-color: rgb(99,147,49); }

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