#638231

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

Shades of Vida Loca #638231

Tints of Vida Loca #638231

Color information

#638231 (or 0x638231) is unknown color: approx Vida Loca. HEX triplet: 63, 82 and 31. RGB value is (99,130,49). Sum of RGB (Red+Green+Blue) = 99+130+49=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #638231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638231 is #9C7DCE. Grayscale: #6F6F6F. Windows color (decimal): -10255823 or 3244643. OLE color: 3244643.

HSL color Cylindrical-coordinate representation of color #638231: hue angle of 82.96º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #638231 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB9913049-
CMYK0.2400.620.49
HSL82.96º45.25%35.1%-
HSV(B)82.96º62.31%50.98%-
XYZ13.6818.845.82-
YUV111.592.73119.09-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.61%
GREEN value IS 130 (51.17% from 255) = 46.76%
BLUE value IS 49 (19.53% from 255) = 17.63%
R=35.61%
G=46.76%
B=17.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99130490.2400.620.4982.9645.2535.1
Hex6382311803E31532d23
Octal1432026130076611235543
Binary1100011100000101100011100001111101100011010011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638231; }

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

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

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

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

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

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

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

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