#638D31

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

Shades of Vida Loca #638D31

Tints of Vida Loca #638D31

Color information

#638D31 (or 0x638D31) is unknown color: approx Vida Loca. HEX triplet: 63, 8D and 31. RGB value is (99,141,49). Sum of RGB (Red+Green+Blue) = 99+141+49=289 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.26% from 289); Green value is 141 (55.47% from 255 or 48.79% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 141 - color contains mainly: green. Hex color #638D31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638D31 is #9C72CE. Grayscale: #767676. Windows color (decimal): -10253007 or 3247459. OLE color: 3247459.

HSL color Cylindrical-coordinate representation of color #638D31: hue angle of 87.39º 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 #638D31 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB9914149-
CMYK0.3000.650.45
HSL87.39º48.42%37.25%-
HSV(B)87.39º65.25%55.29%-
XYZ15.2221.926.34-
YUV117.9589.09114.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.26%
GREEN value IS 141 (55.47% from 255) = 48.79%
BLUE value IS 49 (19.53% from 255) = 16.96%
R=34.26%
G=48.79%
B=16.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99141490.3000.650.4587.3948.4237.25
Hex638D311E0412D573025
Octal14321561360101551276045
Binary11000111000110111000111110010000011011011010111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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