#638132

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

Shades of Olive Drab #638132

Tints of Olive Drab #638132

Color information

#638132 (or 0x638132) is unknown color: approx Olive Drab. HEX triplet: 63, 81 and 32. RGB value is (99,129,50). Sum of RGB (Red+Green+Blue) = 99+129+50=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 129 - color contains mainly: green. Hex color #638132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638132 is #9C7ECD. Grayscale: #6F6F6F. Windows color (decimal): -10256078 or 3309923. OLE color: 3309923.

HSL color Cylindrical-coordinate representation of color #638132: hue angle of 82.78º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #638132 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB9912950-
CMYK0.2300.610.49
HSL82.78º44.13%35.1%-
HSV(B)82.78º61.24%50.59%-
XYZ13.5718.585.89-
YUV111.0293.56119.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.61%
GREEN value IS 129 (50.78% from 255) = 46.40%
BLUE value IS 50 (19.92% from 255) = 17.99%
R=35.61%
G=46.40%
B=17.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99129500.2300.610.4982.7844.1335.1
Hex6381321703D31532c23
Octal1432016227075611235443
Binary1100011100000011100101011101111011100011010011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638132; }

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

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

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

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

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

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

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

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