#638529

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

Shades of Olive Drab #638529

Tints of Olive Drab #638529

Color information

#638529 (or 0x638529) is unknown color: approx Olive Drab. HEX triplet: 63, 85 and 29. RGB value is (99,133,41). Sum of RGB (Red+Green+Blue) = 99+133+41=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #638529 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638529 is #9C7AD6. Grayscale: #707070. Windows color (decimal): -10255063 or 2721123. OLE color: 2721123.

HSL color Cylindrical-coordinate representation of color #638529: hue angle of 82.17º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #638529 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB9913341-
CMYK0.2600.690.48
HSL82.17º52.87%34.12%-
HSV(B)82.17º69.17%52.16%-
XYZ13.9319.595.14-
YUV112.3587.74118.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.26%
GREEN value IS 133 (52.34% from 255) = 48.72%
BLUE value IS 41 (16.41% from 255) = 15.02%
R=36.26%
G=48.72%
B=15.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99133410.2600.690.4882.1752.8734.12
Hex6385291A04530523522
Octal14320551320105601226542
Binary11000111000010110100111010010001011100001010010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638529; }

 p { color: rgb(99,133,41); }

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

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

 a { background-color: rgb(99,133,41); }

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

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

 span { border-color: rgb(99,133,41); }

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