#648029

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

Shades of Olive Drab #648029

Tints of Olive Drab #648029

Color information

#648029 (or 0x648029) is unknown color: approx Olive Drab. HEX triplet: 64, 80 and 29. RGB value is (100,128,41). Sum of RGB (Red+Green+Blue) = 100+128+41=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 128 (50.39% from 255 or 47.58% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 128 - color contains mainly: green. Hex color #648029 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648029 is #9B7FD6. Grayscale: #6E6E6E. Windows color (decimal): -10190807 or 2719844. OLE color: 2719844.

HSL color Cylindrical-coordinate representation of color #648029: hue angle of 79.31º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #648029 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.50.

Color convert

RGB10012841-
CMYK0.2200.680.50
HSL79.31º51.48%33.14%-
HSV(B)79.31º67.97%50.2%-
XYZ13.3718.314.93-
YUV109.7189.22121.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.17%
GREEN value IS 128 (50.39% from 255) = 47.58%
BLUE value IS 41 (16.41% from 255) = 15.24%
R=37.17%
G=47.58%
B=15.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100128410.2200.680.5079.3151.4833.14
Hex64802916044324f3321
Octal14420051260104621176341
Binary11001001000000010100110110010001001100101001111110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648029; }

 p { color: rgb(100,128,41); }

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

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

 a { background-color: rgb(100,128,41); }

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

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

 span { border-color: rgb(100,128,41); }

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