#648219

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

Shades of Olive Drab #648219

Tints of Olive Drab #648219

Color information

#648219 (or 0x648219) is unknown color: approx Olive Drab. HEX triplet: 64, 82 and 19. RGB value is (100,130,25). Sum of RGB (Red+Green+Blue) = 100+130+25=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #648219 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648219 is #9B7DE6. Grayscale: #6D6D6D. Windows color (decimal): -10190311 or 1671780. OLE color: 1671780.

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

Color convert

RGB10013025-
CMYK0.2300.810.49
HSL77.14º67.74%30.39%-
HSV(B)77.14º80.77%50.98%-
XYZ13.4118.743.83-
YUV109.0680.56121.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.22%
GREEN value IS 130 (51.17% from 255) = 50.98%
BLUE value IS 25 (10.16% from 255) = 9.80%
R=39.22%
G=50.98%
B=9.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100130250.2300.810.4977.1467.7430.39
Hex64821917051314d441e
Octal144202312701216111510436
Binary1100100100000101100110111010100011100011001101100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648219; }

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

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

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

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

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

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

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

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