#638b13

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

Shades of Olive Drab #638B13

Tints of Olive Drab #638B13

Color information

#638B13 (or 0x638B13) is unknown color: approx Olive Drab. HEX triplet: 63, 8B and 13. RGB value is (99,139,19). Sum of RGB (Red+Green+Blue) = 99+139+19=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 139 (54.69% from 255 or 54.09% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 139 - color contains mainly: green. Hex color #638B13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638B13 is #9C74EC. Grayscale: #717171. Windows color (decimal): -10253549 or 1280867. OLE color: 1280867.

HSL color Cylindrical-coordinate representation of color #638B13: hue angle of 80º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #638B13 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB9913919-
CMYK0.2900.860.45
HSL80º75.95%30.98%-
HSV(B)80º86.33%54.51%-
XYZ14.521.163.94-
YUV113.3674.75117.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.52%
GREEN value IS 139 (54.69% from 255) = 54.09%
BLUE value IS 19 (7.81% from 255) = 7.39%
R=38.52%
G=54.09%
B=7.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99139190.2900.860.458075.9530.98
Hex638B131D0562D504c1f
Octal143213233501265512011437
Binary1100011100010111001111101010101101011011010000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638b13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,139,19); }

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

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

 a { background-color: rgb(99,139,19); }

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

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

 span { border-color: rgb(99,139,19); }

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