#639018

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

Shades of Olive Drab #639018

Tints of Olive Drab #639018

Color information

#639018 (or 0x639018) is unknown color: approx Olive Drab. HEX triplet: 63, 90 and 18. RGB value is (99,144,24). Sum of RGB (Red+Green+Blue) = 99+144+24=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 144 (56.64% from 255 or 53.93% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 144 - color contains mainly: green. Hex color #639018 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639018 is #9C6FE7. Grayscale: #757575. Windows color (decimal): -10252264 or 1609827. OLE color: 1609827.

HSL color Cylindrical-coordinate representation of color #639018: hue angle of 82.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #639018 is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB9914424-
CMYK0.3100.830.44
HSL82.5º71.43%32.94%-
HSV(B)82.5º83.33%56.47%-
XYZ15.2822.674.43-
YUV116.8675.59115.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.08%
GREEN value IS 144 (56.64% from 255) = 53.93%
BLUE value IS 24 (9.77% from 255) = 8.99%
R=37.08%
G=53.93%
B=8.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal99144240.3100.830.4482.571.4332.94
Hex6390181F0532C524721
Octal143220303701235412210741
Binary11000111001000011000111110101001110110010100101000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639018; }

 p { color: rgb(99,144,24); }

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

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

 a { background-color: rgb(99,144,24); }

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

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

 span { border-color: rgb(99,144,24); }

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