#638A18

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

Shades of Olive Drab #638A18

Tints of Olive Drab #638A18

Color information

#638A18 (or 0x638A18) is unknown color: approx Olive Drab. HEX triplet: 63, 8A and 18. RGB value is (99,138,24). Sum of RGB (Red+Green+Blue) = 99+138+24=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 138 (54.30% from 255 or 52.87% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 138 - color contains mainly: green. Hex color #638A18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638A18 is #9C75E7. Grayscale: #717171. Windows color (decimal): -10253800 or 1608291. OLE color: 1608291.

HSL color Cylindrical-coordinate representation of color #638A18: hue angle of 80.53º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #638A18 is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.46.

Color convert

RGB9913824-
CMYK0.2800.830.46
HSL80.53º70.37%31.76%-
HSV(B)80.53º82.61%54.12%-
XYZ14.420.94.14-
YUV113.3477.58117.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.93%
GREEN value IS 138 (54.30% from 255) = 52.87%
BLUE value IS 24 (9.77% from 255) = 9.20%
R=37.93%
G=52.87%
B=9.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal99138240.2800.830.4680.5370.3731.76
Hex638A181C0532E514620
Octal143212303401235612110640
Binary11000111000101011000111000101001110111010100011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638A18; }

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

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

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

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

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

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

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

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