#648D26

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

Shades of Olive Drab #648D26

Tints of Olive Drab #648D26

Color information

#648D26 (or 0x648D26) is unknown color: approx Olive Drab. HEX triplet: 64, 8D and 26. RGB value is (100,141,38). Sum of RGB (Red+Green+Blue) = 100+141+38=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 141 (55.47% from 255 or 50.54% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 141 - color contains mainly: green. Hex color #648D26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648D26 is #9B72D9. Grayscale: #757575. Windows color (decimal): -10187482 or 2526564. OLE color: 2526564.

HSL color Cylindrical-coordinate representation of color #648D26: hue angle of 83.88º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #648D26 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB10014138-
CMYK0.2900.730.45
HSL83.88º57.54%35.1%-
HSV(B)83.88º73.05%55.29%-
XYZ15.1321.95.26-
YUV11783.42115.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.84%
GREEN value IS 141 (55.47% from 255) = 50.54%
BLUE value IS 38 (15.23% from 255) = 13.62%
R=35.84%
G=50.54%
B=13.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100141380.2900.730.4583.8857.5435.1
Hex648D261D0492D543a23
Octal14421546350111551247243
Binary11001001000110110011011101010010011011011010100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648D26; }

 p { color: rgb(100,141,38); }

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

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

 a { background-color: rgb(100,141,38); }

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

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

 span { border-color: rgb(100,141,38); }

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