#628226

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

Shades of Olive Drab #628226

Tints of Olive Drab #628226

Color information

#628226 (or 0x628226) is unknown color: approx Olive Drab. HEX triplet: 62, 82 and 26. RGB value is (98,130,38). Sum of RGB (Red+Green+Blue) = 98+130+38=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #628226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628226 is #9D7DD9. Grayscale: #6E6E6E. Windows color (decimal): -10321370 or 2523746. OLE color: 2523746.

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

Color convert

RGB9813038-
CMYK0.2500.710.49
HSL80.87º54.76%32.94%-
HSV(B)80.87º70.77%50.98%-
XYZ13.3718.74.74-
YUV109.9487.4119.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.84%
GREEN value IS 130 (51.17% from 255) = 48.87%
BLUE value IS 38 (15.23% from 255) = 14.29%
R=36.84%
G=48.87%
B=14.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98130380.2500.710.4980.8754.7632.94
Hex6282261904731513721
Octal14220246310107611216741
Binary11000101000001010011011001010001111100011010001110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628226; }

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

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

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

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

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

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

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

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