#648031

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

Shades of Olive Drab #648031

Tints of Olive Drab #648031

Color information

#648031 (or 0x648031) is unknown color: approx Olive Drab. HEX triplet: 64, 80 and 31. RGB value is (100,128,49). Sum of RGB (Red+Green+Blue) = 100+128+49=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 128 - color contains mainly: green. Hex color #648031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648031 is #9B7FCE. Grayscale: #6E6E6E. Windows color (decimal): -10190799 or 3244132. OLE color: 3244132.

HSL color Cylindrical-coordinate representation of color #648031: hue angle of 81.27º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #648031 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB10012849-
CMYK0.2200.620.50
HSL81.27º44.63%34.71%-
HSV(B)81.27º61.72%50.2%-
XYZ13.5318.375.74-
YUV110.6293.22120.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.10%
GREEN value IS 128 (50.39% from 255) = 46.21%
BLUE value IS 49 (19.53% from 255) = 17.69%
R=36.10%
G=46.21%
B=17.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100128490.2200.620.5081.2744.6334.71
Hex6480311603E32512d23
Octal1442006126076621215543
Binary1100100100000001100011011001111101100101010001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648031; }

 p { color: rgb(100,128,49); }

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

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

 a { background-color: rgb(100,128,49); }

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

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

 span { border-color: rgb(100,128,49); }

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