#628628

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

Shades of Olive Drab #628628

Tints of Olive Drab #628628

Color information

#628628 (or 0x628628) is unknown color: approx Olive Drab. HEX triplet: 62, 86 and 28. RGB value is (98,134,40). Sum of RGB (Red+Green+Blue) = 98+134+40=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 134 - color contains mainly: green. Hex color #628628 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628628 is #9D79D7. Grayscale: #707070. Windows color (decimal): -10320344 or 2655842. OLE color: 2655842.

HSL color Cylindrical-coordinate representation of color #628628: hue angle of 82.98º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #628628 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB9813440-
CMYK0.2700.700.47
HSL82.98º54.02%34.12%-
HSV(B)82.98º70.15%52.55%-
XYZ13.9519.85.09-
YUV112.5287.07117.64-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.03%
GREEN value IS 134 (52.73% from 255) = 49.26%
BLUE value IS 40 (16.02% from 255) = 14.71%
R=36.03%
G=49.26%
B=14.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98134400.2700.700.4782.9854.0234.12
Hex6286281B0462F533622
Octal14220650330106571236642
Binary11000101000011010100011011010001101011111010011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628628; }

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

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

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

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

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

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

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

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