#638C32

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

Shades of Vida Loca #638C32

Tints of Vida Loca #638C32

Color information

#638C32 (or 0x638C32) is unknown color: approx Vida Loca. HEX triplet: 63, 8C and 32. RGB value is (99,140,50). Sum of RGB (Red+Green+Blue) = 99+140+50=289 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.26% from 289); Green value is 140 (55.08% from 255 or 48.44% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 140 - color contains mainly: green. Hex color #638C32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638C32 is #9C73CD. Grayscale: #757575. Windows color (decimal): -10253262 or 3312739. OLE color: 3312739.

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

Color convert

RGB9914050-
CMYK0.2900.640.45
HSL87.33º47.37%37.25%-
HSV(B)87.33º64.29%54.9%-
XYZ15.121.646.4-
YUV117.4889.92114.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.26%
GREEN value IS 140 (55.08% from 255) = 48.44%
BLUE value IS 50 (19.92% from 255) = 17.30%
R=34.26%
G=48.44%
B=17.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99140500.2900.640.4587.3347.3737.25
Hex638C321D0402D572f25
Octal14321462350100551275745
Binary11000111000110011001011101010000001011011010111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,140,50); }

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

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

 a { background-color: rgb(99,140,50); }

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

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

 span { border-color: rgb(99,140,50); }

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