#648229

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

Shades of Olive Drab #648229

Tints of Olive Drab #648229

Color information

#648229 (or 0x648229) is unknown color: approx Olive Drab. HEX triplet: 64, 82 and 29. RGB value is (100,130,41). Sum of RGB (Red+Green+Blue) = 100+130+41=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #648229 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648229 is #9B7DD6. Grayscale: #6F6F6F. Windows color (decimal): -10190295 or 2720356. OLE color: 2720356.

HSL color Cylindrical-coordinate representation of color #648229: hue angle of 80.22º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #648229 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB10013041-
CMYK0.2300.680.49
HSL80.22º52.05%33.53%-
HSV(B)80.22º68.46%50.98%-
XYZ13.6418.835.01-
YUV110.8888.56120.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.90%
GREEN value IS 130 (51.17% from 255) = 47.97%
BLUE value IS 41 (16.41% from 255) = 15.13%
R=36.90%
G=47.97%
B=15.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100130410.2300.680.4980.2252.0533.53
Hex6482291704431503422
Octal14420251270104611206442
Binary11001001000001010100110111010001001100011010000110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648229; }

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

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

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

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

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

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

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

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