#628329

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

Shades of Olive Drab #628329

Tints of Olive Drab #628329

Color information

#628329 (or 0x628329) is unknown color: approx Olive Drab. HEX triplet: 62, 83 and 29. RGB value is (98,131,41). Sum of RGB (Red+Green+Blue) = 98+131+41=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 131 (51.56% from 255 or 48.52% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 131 - color contains mainly: green. Hex color #628329 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628329 is #9D7CD6. Grayscale: #6F6F6F. Windows color (decimal): -10321111 or 2720610. OLE color: 2720610.

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

Color convert

RGB9813141-
CMYK0.2500.690.49
HSL82º52.33%33.73%-
HSV(B)82º68.7%51.37%-
XYZ13.5518.995.05-
YUV110.8788.57118.82-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.30%
GREEN value IS 131 (51.56% from 255) = 48.52%
BLUE value IS 41 (16.41% from 255) = 15.19%
R=36.30%
G=48.52%
B=15.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98131410.2500.690.498252.3333.73
Hex6283291904531523422
Octal14220351310105611226442
Binary11000101000001110100111001010001011100011010010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628329; }

 p { color: rgb(98,131,41); }

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

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

 a { background-color: rgb(98,131,41); }

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

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

 span { border-color: rgb(98,131,41); }

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