#628024

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

Shades of Olive Drab #628024

Tints of Olive Drab #628024

Color information

#628024 (or 0x628024) is unknown color: approx Olive Drab. HEX triplet: 62, 80 and 24. RGB value is (98,128,36). Sum of RGB (Red+Green+Blue) = 98+128+36=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 128 (50.39% from 255 or 48.85% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 128 - color contains mainly: green. Hex color #628024 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628024 is #9D7FDB. Grayscale: #6C6C6C. Windows color (decimal): -10321884 or 2392162. OLE color: 2392162.

HSL color Cylindrical-coordinate representation of color #628024: hue angle of 79.57º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #628024 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB9812836-
CMYK0.2300.720.50
HSL79.57º56.1%32.16%-
HSV(B)79.57º71.88%50.2%-
XYZ13.0718.164.49-
YUV108.5487.06120.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.40%
GREEN value IS 128 (50.39% from 255) = 48.85%
BLUE value IS 36 (14.45% from 255) = 13.74%
R=37.40%
G=48.85%
B=13.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal98128360.2300.720.5079.5756.132.16
Hex6280241704832503820
Octal14220044270110621207040
Binary11000101000000010010010111010010001100101010000111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628024; }

 p { color: rgb(98,128,36); }

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

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

 a { background-color: rgb(98,128,36); }

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

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

 span { border-color: rgb(98,128,36); }

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