#648926

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

Shades of Olive Drab #648926

Tints of Olive Drab #648926

Color information

#648926 (or 0x648926) is unknown color: approx Olive Drab. HEX triplet: 64, 89 and 26. RGB value is (100,137,38). Sum of RGB (Red+Green+Blue) = 100+137+38=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 137 - color contains mainly: green. Hex color #648926 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648926 is #9B76D9. Grayscale: #737373. Windows color (decimal): -10188506 or 2525540. OLE color: 2525540.

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

Color convert

RGB10013738-
CMYK0.2700.720.46
HSL82.42º56.57%34.31%-
HSV(B)82.42º72.26%53.73%-
XYZ14.5520.745.07-
YUV114.6584.74117.55-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.36%
GREEN value IS 137 (53.91% from 255) = 49.82%
BLUE value IS 38 (15.23% from 255) = 13.82%
R=36.36%
G=49.82%
B=13.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal100137380.2700.720.4682.4256.5734.31
Hex6489261B0482E523922
Octal14421146330110561227142
Binary11001001000100110011011011010010001011101010010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648926; }

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

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

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

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

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

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

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

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