#638935

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

Shades of Vida Loca #638935

Tints of Vida Loca #638935

Color information

#638935 (or 0x638935) is unknown color: approx Vida Loca. HEX triplet: 63, 89 and 35. RGB value is (99,137,53). Sum of RGB (Red+Green+Blue) = 99+137+53=289 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.26% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 137 - color contains mainly: green. Hex color #638935 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638935 is #9C76CA. Grayscale: #747474. Windows color (decimal): -10254027 or 3508579. OLE color: 3508579.

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

Color convert

RGB9913753-
CMYK0.2800.610.46
HSL87.14º44.21%37.25%-
HSV(B)87.14º61.31%53.73%-
XYZ14.7320.86.61-
YUV116.0692.41115.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.26%
GREEN value IS 137 (53.91% from 255) = 47.40%
BLUE value IS 53 (21.09% from 255) = 18.34%
R=34.26%
G=47.40%
B=18.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal99137530.2800.610.4687.1444.2137.25
Hex6389351C03D2E572c25
Octal1432116534075561275445
Binary1100011100010011101011110001111011011101010111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638935; }

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

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

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

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

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

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

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

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