#628522

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

Shades of Olive Drab #628522

Tints of Olive Drab #628522

Color information

#628522 (or 0x628522) is unknown color: approx Olive Drab. HEX triplet: 62, 85 and 22. RGB value is (98,133,34). Sum of RGB (Red+Green+Blue) = 98+133+34=265 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.98% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 34 (13.67% from 255 or 12.83% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #628522 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628522 is #9D7ADD. Grayscale: #6F6F6F. Windows color (decimal): -10320606 or 2262370. OLE color: 2262370.

HSL color Cylindrical-coordinate representation of color #628522: hue angle of 81.21º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #628522 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB9813334-
CMYK0.2600.740.48
HSL81.21º59.28%32.75%-
HSV(B)81.21º74.44%52.16%-
XYZ13.7119.494.55-
YUV111.2584.4118.55-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.98%
GREEN value IS 133 (52.34% from 255) = 50.19%
BLUE value IS 34 (13.67% from 255) = 12.83%
R=36.98%
G=50.19%
B=12.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98133340.2600.740.4881.2159.2832.75
Hex6285221A04A30513b21
Octal14220542320112601217341
Binary11000101000010110001011010010010101100001010001111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628522; }

 p { color: rgb(98,133,34); }

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

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

 a { background-color: rgb(98,133,34); }

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

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

 span { border-color: rgb(98,133,34); }

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