#648B26

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

Shades of Olive Drab #648B26

Tints of Olive Drab #648B26

Color information

#648B26 (or 0x648B26) is unknown color: approx Olive Drab. HEX triplet: 64, 8B and 26. RGB value is (100,139,38). Sum of RGB (Red+Green+Blue) = 100+139+38=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 139 (54.69% from 255 or 50.18% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 139 - color contains mainly: green. Hex color #648B26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648B26 is #9B74D9. Grayscale: #747474. Windows color (decimal): -10187994 or 2526052. OLE color: 2526052.

HSL color Cylindrical-coordinate representation of color #648B26: hue angle of 83.17º degrees, saturation: 0.57, 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 #648B26 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB10013938-
CMYK0.2800.730.45
HSL83.17º57.06%34.71%-
HSV(B)83.17º72.66%54.51%-
XYZ14.8421.315.17-
YUV115.8284.08116.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.10%
GREEN value IS 139 (54.69% from 255) = 50.18%
BLUE value IS 38 (15.23% from 255) = 13.72%
R=36.10%
G=50.18%
B=13.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100139380.2800.730.4583.1757.0634.71
Hex648B261C0492D533923
Octal14421346340111551237143
Binary11001001000101110011011100010010011011011010011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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