#638A31

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

Shades of Vida Loca #638A31

Tints of Vida Loca #638A31

Color information

#638A31 (or 0x638A31) is unknown color: approx Vida Loca. HEX triplet: 63, 8A and 31. RGB value is (99,138,49). Sum of RGB (Red+Green+Blue) = 99+138+49=286 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.62% from 286); Green value is 138 (54.30% from 255 or 48.25% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 138 - color contains mainly: green. Hex color #638A31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638A31 is #9C75CE. Grayscale: #747474. Windows color (decimal): -10253775 or 3246691. OLE color: 3246691.

HSL color Cylindrical-coordinate representation of color #638A31: hue angle of 86.29º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #638A31 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB9913849-
CMYK0.2800.640.46
HSL86.29º47.59%36.67%-
HSV(B)86.29º64.49%54.12%-
XYZ14.7921.056.19-
YUV116.1990.08115.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.62%
GREEN value IS 138 (54.30% from 255) = 48.25%
BLUE value IS 49 (19.53% from 255) = 17.13%
R=34.62%
G=48.25%
B=17.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal99138490.2800.640.4686.2947.5936.67
Hex638A311C0402E563025
Octal14321261340100561266045
Binary11000111000101011000111100010000001011101010110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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