#648220

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

Shades of Olive Drab #648220

Tints of Olive Drab #648220

Color information

#648220 (or 0x648220) is unknown color: approx Olive Drab. HEX triplet: 64, 82 and 20. RGB value is (100,130,32). Sum of RGB (Red+Green+Blue) = 100+130+32=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #648220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648220 is #9B7DDF. Grayscale: #6E6E6E. Windows color (decimal): -10190304 or 2130532. OLE color: 2130532.

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

Color convert

RGB10013032-
CMYK0.2300.750.49
HSL78.37º60.49%31.76%-
HSV(B)78.37º75.38%50.98%-
XYZ13.518.784.28-
YUV109.8684.06120.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.17%
GREEN value IS 130 (51.17% from 255) = 49.62%
BLUE value IS 32 (12.89% from 255) = 12.21%
R=38.17%
G=49.62%
B=12.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100130320.2300.750.4978.3760.4931.76
Hex6482201704B314e3c20
Octal14420240270113611167440
Binary11001001000001010000010111010010111100011001110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648220; }

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

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

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

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

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

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

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

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