#638B03

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

Shades of Olive Drab #638B03

Tints of Olive Drab #638B03

Color information

#638B03 (or 0x638B03) is unknown color: approx Olive Drab. HEX triplet: 63, 8B and 03. RGB value is (99,139,3). Sum of RGB (Red+Green+Blue) = 99+139+3=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 139 (54.69% from 255 or 57.68% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 139 - color contains mainly: green. Hex color #638B03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638B03 is #9C74FC. Grayscale: #707070. Windows color (decimal): -10253565 or 232291. OLE color: 232291.

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

Color convert

RGB991393-
CMYK0.2900.980.45
HSL77.65º95.77%27.84%-
HSV(B)77.65º97.84%54.51%-
XYZ14.3921.123.4-
YUV111.5466.75119.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.08%
GREEN value IS 139 (54.69% from 255) = 57.68%
BLUE value IS 3 (1.56% from 255) = 1.24%
R=41.08%
G=57.68%
B=1.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9913930.2900.980.4577.6595.7727.84
Hex638B31D0622D4e601c
Octal14321333501425511614034
Binary1100011100010111111101011000101011011001110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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