#638223

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

Shades of Olive Drab #638223

Tints of Olive Drab #638223

Color information

#638223 (or 0x638223) is unknown color: approx Olive Drab. HEX triplet: 63, 82 and 23. RGB value is (99,130,35). Sum of RGB (Red+Green+Blue) = 99+130+35=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 35 (14.06% from 255 or 13.26% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #638223 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638223 is #9C7DDC. Grayscale: #6E6E6E. Windows color (decimal): -10255837 or 2327139. OLE color: 2327139.

HSL color Cylindrical-coordinate representation of color #638223: hue angle of 79.58º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #638223 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB9913035-
CMYK0.2400.730.49
HSL79.58º57.58%32.35%-
HSV(B)79.58º73.08%50.98%-
XYZ13.4318.744.5-
YUV109.985.73120.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.5%
GREEN value IS 130 (51.17% from 255) = 49.24%
BLUE value IS 35 (14.06% from 255) = 13.26%
R=37.5%
G=49.24%
B=13.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99130350.2400.730.4979.5857.5832.35
Hex6382231804931503a20
Octal14320243300111611207240
Binary11000111000001010001111000010010011100011010000111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638223; }

 p { color: rgb(99,130,35); }

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

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

 a { background-color: rgb(99,130,35); }

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

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

 span { border-color: rgb(99,130,35); }

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