#638E32

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

Shades of Vida Loca #638E32

Tints of Vida Loca #638E32

Color information

#638E32 (or 0x638E32) is unknown color: approx Vida Loca. HEX triplet: 63, 8E and 32. RGB value is (99,142,50). Sum of RGB (Red+Green+Blue) = 99+142+50=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 142 (55.86% from 255 or 48.80% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 142 - color contains mainly: green. Hex color #638E32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638E32 is #9C71CD. Grayscale: #767676. Windows color (decimal): -10252750 or 3313251. OLE color: 3313251.

HSL color Cylindrical-coordinate representation of color #638E32: hue angle of 88.04º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #638E32 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB9914250-
CMYK0.3000.650.44
HSL88.04º47.92%37.65%-
HSV(B)88.04º64.79%55.69%-
XYZ15.3922.236.5-
YUV118.6689.25113.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.02%
GREEN value IS 142 (55.86% from 255) = 48.80%
BLUE value IS 50 (19.92% from 255) = 17.18%
R=34.02%
G=48.80%
B=17.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal99142500.3000.650.4488.0447.9237.65
Hex638E321E0412C583026
Octal14321662360101541306046
Binary11000111000111011001011110010000011011001011000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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