#638335

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

Shades of Vida Loca #638335

Tints of Vida Loca #638335

Color information

#638335 (or 0x638335) is unknown color: approx Vida Loca. HEX triplet: 63, 83 and 35. RGB value is (99,131,53). Sum of RGB (Red+Green+Blue) = 99+131+53=283 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.98% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 131 - color contains mainly: green. Hex color #638335 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638335 is #9C7CCA. Grayscale: #707070. Windows color (decimal): -10255563 or 3507043. OLE color: 3507043.

HSL color Cylindrical-coordinate representation of color #638335: hue angle of 84.62º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #638335 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB9913153-
CMYK0.2400.600.49
HSL84.62º42.39%36.08%-
HSV(B)84.62º59.54%51.37%-
XYZ13.919.146.33-
YUV112.5494.4118.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.98%
GREEN value IS 131 (51.56% from 255) = 46.29%
BLUE value IS 53 (21.09% from 255) = 18.73%
R=34.98%
G=46.29%
B=18.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99131530.2400.600.4984.6242.3936.08
Hex6383351803C31552a24
Octal1432036530074611255244
Binary1100011100000111101011100001111001100011010101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638335; }

 p { color: rgb(99,131,53); }

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

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

 a { background-color: rgb(99,131,53); }

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

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

 span { border-color: rgb(99,131,53); }

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