#638224

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

Shades of Olive Drab #638224

Tints of Olive Drab #638224

Color information

#638224 (or 0x638224) is unknown color: approx Olive Drab. HEX triplet: 63, 82 and 24. RGB value is (99,130,36). Sum of RGB (Red+Green+Blue) = 99+130+36=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #638224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638224 is #9C7DDB. Grayscale: #6E6E6E. Windows color (decimal): -10255836 or 2392675. OLE color: 2392675.

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

Color convert

RGB9913036-
CMYK0.2400.720.49
HSL79.79º56.63%32.55%-
HSV(B)79.79º72.31%50.98%-
XYZ13.4518.754.58-
YUV110.0286.23120.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.36%
GREEN value IS 130 (51.17% from 255) = 49.06%
BLUE value IS 36 (14.45% from 255) = 13.58%
R=37.36%
G=49.06%
B=13.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99130360.2400.720.4979.7956.6332.55
Hex6382241804831503921
Octal14320244300110611207141
Binary11000111000001010010011000010010001100011010000111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638224; }

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

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

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

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

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

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

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

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