#638B31

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

Shades of Vida Loca #638B31

Tints of Vida Loca #638B31

Color information

#638B31 (or 0x638B31) is unknown color: approx Vida Loca. HEX triplet: 63, 8B and 31. RGB value is (99,139,49). Sum of RGB (Red+Green+Blue) = 99+139+49=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 139 (54.69% from 255 or 48.43% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 139 - color contains mainly: green. Hex color #638B31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638B31 is #9C74CE. Grayscale: #757575. Windows color (decimal): -10253519 or 3246947. OLE color: 3246947.

HSL color Cylindrical-coordinate representation of color #638B31: hue angle of 86.67º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #638B31 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB9913949-
CMYK0.2900.650.45
HSL86.67º47.87%36.86%-
HSV(B)86.67º64.75%54.51%-
XYZ14.9321.346.24-
YUV116.7889.75115.32-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.49%
GREEN value IS 139 (54.69% from 255) = 48.43%
BLUE value IS 49 (19.53% from 255) = 17.07%
R=34.49%
G=48.43%
B=17.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99139490.2900.650.4586.6747.8736.86
Hex638B311D0412D573025
Octal14321361350101551276045
Binary11000111000101111000111101010000011011011010111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638B31; }

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

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

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

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

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

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

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

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