#628213

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

Shades of Olive Drab #628213

Tints of Olive Drab #628213

Color information

#628213 (or 0x628213) is unknown color: approx Olive Drab. HEX triplet: 62, 82 and 13. RGB value is (98,130,19). Sum of RGB (Red+Green+Blue) = 98+130+19=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #628213 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628213 is #9D7DEC. Grayscale: #6C6C6C. Windows color (decimal): -10321389 or 1278562. OLE color: 1278562.

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

Color convert

RGB9813019-
CMYK0.2500.850.49
HSL77.3º74.5%29.22%-
HSV(B)77.3º85.38%50.98%-
XYZ13.1418.613.52-
YUV107.7877.9121.03-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.68%
GREEN value IS 130 (51.17% from 255) = 52.63%
BLUE value IS 19 (7.81% from 255) = 7.69%
R=39.68%
G=52.63%
B=7.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98130190.2500.850.4977.374.529.22
Hex62821319055314d4a1d
Octal142202233101256111511235
Binary1100010100000101001111001010101011100011001101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628213; }

 p { color: rgb(98,130,19); }

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

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

 a { background-color: rgb(98,130,19); }

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

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

 span { border-color: rgb(98,130,19); }

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