#648231

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

Shades of Olive Drab #648231

Tints of Olive Drab #648231

Color information

#648231 (or 0x648231) is unknown color: approx Olive Drab. HEX triplet: 64, 82 and 31. RGB value is (100,130,49). Sum of RGB (Red+Green+Blue) = 100+130+49=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #648231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648231 is #9B7DCE. Grayscale: #707070. Windows color (decimal): -10190287 or 3244644. OLE color: 3244644.

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

Color convert

RGB10013049-
CMYK0.2300.620.49
HSL82.22º45.25%35.1%-
HSV(B)82.22º62.31%50.98%-
XYZ13.7918.95.83-
YUV111.892.56119.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.84%
GREEN value IS 130 (51.17% from 255) = 46.59%
BLUE value IS 49 (19.53% from 255) = 17.56%
R=35.84%
G=46.59%
B=17.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100130490.2300.620.4982.2245.2535.1
Hex6482311703E31522d23
Octal1442026127076611225543
Binary1100100100000101100011011101111101100011010010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648231; }

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

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

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

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

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

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

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

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