#648A26

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

Shades of Olive Drab #648A26

Tints of Olive Drab #648A26

Color information

#648A26 (or 0x648A26) is unknown color: approx Olive Drab. HEX triplet: 64, 8A and 26. RGB value is (100,138,38). Sum of RGB (Red+Green+Blue) = 100+138+38=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 138 (54.30% from 255 or 50% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 138 - color contains mainly: green. Hex color #648A26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648A26 is #9B75D9. Grayscale: #737373. Windows color (decimal): -10188250 or 2525796. OLE color: 2525796.

HSL color Cylindrical-coordinate representation of color #648A26: hue angle of 82.8º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #648A26 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB10013838-
CMYK0.2800.720.46
HSL82.8º56.82%34.51%-
HSV(B)82.8º72.46%54.12%-
XYZ14.6921.035.12-
YUV115.2484.41117.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.23%
GREEN value IS 138 (54.30% from 255) = 50%
BLUE value IS 38 (15.23% from 255) = 13.77%
R=36.23%
G=50%
B=13.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal100138380.2800.720.4682.856.8234.51
Hex648A261C0482E533923
Octal14421246340110561237143
Binary11001001000101010011011100010010001011101010011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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