#648518

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

Shades of Olive Drab #648518

Tints of Olive Drab #648518

Color information

#648518 (or 0x648518) is unknown color: approx Olive Drab. HEX triplet: 64, 85 and 18. RGB value is (100,133,24). Sum of RGB (Red+Green+Blue) = 100+133+24=257 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.91% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #648518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648518 is #9B7AE7. Grayscale: #6F6F6F. Windows color (decimal): -10189544 or 1607012. OLE color: 1607012.

HSL color Cylindrical-coordinate representation of color #648518: hue angle of 78.17º 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 #648518 is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB10013324-
CMYK0.2500.820.48
HSL78.17º69.43%30.78%-
HSV(B)78.17º81.95%52.16%-
XYZ13.8119.553.91-
YUV110.7179.07120.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.91%
GREEN value IS 133 (52.34% from 255) = 51.75%
BLUE value IS 24 (9.77% from 255) = 9.34%
R=38.91%
G=51.75%
B=9.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100133240.2500.820.4878.1769.4330.78
Hex64851819052304e451f
Octal144205303101226011610537
Binary1100100100001011100011001010100101100001001110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648518; }

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

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

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

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

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

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

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

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