#628328

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

Shades of Olive Drab #628328

Tints of Olive Drab #628328

Color information

#628328 (or 0x628328) is unknown color: approx Olive Drab. HEX triplet: 62, 83 and 28. RGB value is (98,131,40). Sum of RGB (Red+Green+Blue) = 98+131+40=269 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.43% from 269); Green value is 131 (51.56% from 255 or 48.70% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 131 - color contains mainly: green. Hex color #628328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628328 is #9D7CD7. Grayscale: #6F6F6F. Windows color (decimal): -10321112 or 2655074. OLE color: 2655074.

HSL color Cylindrical-coordinate representation of color #628328: hue angle of 81.76º degrees, saturation: 0.53, 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 #628328 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB9813140-
CMYK0.2500.690.49
HSL81.76º53.22%33.53%-
HSV(B)81.76º69.47%51.37%-
XYZ13.5418.984.96-
YUV110.7688.07118.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.43%
GREEN value IS 131 (51.56% from 255) = 48.70%
BLUE value IS 40 (16.02% from 255) = 14.87%
R=36.43%
G=48.70%
B=14.87%

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
Decimal98131400.2500.690.4981.7653.2233.53
Hex6283281904531523522
Octal14220350310105611226542
Binary11000101000001110100011001010001011100011010010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628328; }

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

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

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

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

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

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

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

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