#648418

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

Shades of Olive Drab #648418

Tints of Olive Drab #648418

Color information

#648418 (or 0x648418) is unknown color: approx Olive Drab. HEX triplet: 64, 84 and 18. RGB value is (100,132,24). Sum of RGB (Red+Green+Blue) = 100+132+24=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #648418 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648418 is #9B7BE7. Grayscale: #6E6E6E. Windows color (decimal): -10189800 or 1606756. OLE color: 1606756.

HSL color Cylindrical-coordinate representation of color #648418: hue angle of 77.78º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #648418 is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB10013224-
CMYK0.2400.820.48
HSL77.78º69.23%30.59%-
HSV(B)77.78º81.82%51.76%-
XYZ13.6719.283.86-
YUV110.1279.4120.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.06%
GREEN value IS 132 (51.95% from 255) = 51.56%
BLUE value IS 24 (9.77% from 255) = 9.38%
R=39.06%
G=51.56%
B=9.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100132240.2400.820.4877.7869.2330.59
Hex64841818052304e451f
Octal144204303001226011610537
Binary1100100100001001100011000010100101100001001110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648418; }

 p { color: rgb(100,132,24); }

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

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

 a { background-color: rgb(100,132,24); }

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

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

 span { border-color: rgb(100,132,24); }

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