#638421

Color #638421 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #638421

Tints of Olive Drab #638421

Color information

#638421 (or 0x638421) is unknown color: approx Olive Drab. HEX triplet: 63, 84 and 21. RGB value is (99,132,33). Sum of RGB (Red+Green+Blue) = 99+132+33=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 132 (51.95% from 255 or 50% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 132 - color contains mainly: green. Hex color #638421 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638421 is #9C7BDE. Grayscale: #6F6F6F. Windows color (decimal): -10255327 or 2196579. OLE color: 2196579.

HSL color Cylindrical-coordinate representation of color #638421: hue angle of 80º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #638421 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB9913233-
CMYK0.2500.750.48
HSL80º60%32.35%-
HSV(B)80º75%51.76%-
XYZ13.6719.264.44-
YUV110.8584.07119.55-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.5%
GREEN value IS 132 (51.95% from 255) = 50%
BLUE value IS 33 (13.28% from 255) = 12.5%
R=37.5%
G=50%
B=12.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99132330.2500.750.48806032.35
Hex6384211904B30503c20
Octal14320441310113601207440
Binary11000111000010010000111001010010111100001010000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638421; }

 p { color: rgb(99,132,33); }

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

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

 a { background-color: rgb(99,132,33); }

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

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

 span { border-color: rgb(99,132,33); }

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