#638B1B

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

Shades of Olive Drab #638B1B

Tints of Olive Drab #638B1B

Color information

#638B1B (or 0x638B1B) is unknown color: approx Olive Drab. HEX triplet: 63, 8B and 1B. RGB value is (99,139,27). Sum of RGB (Red+Green+Blue) = 99+139+27=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 139 (54.69% from 255 or 52.45% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 139 - color contains mainly: green. Hex color #638B1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638B1B is #9C74E4. Grayscale: #727272. Windows color (decimal): -10253541 or 1805155. OLE color: 1805155.

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

Color convert

RGB9913927-
CMYK0.2900.810.45
HSL81.43º67.47%32.55%-
HSV(B)81.43º80.58%54.51%-
XYZ14.5821.24.36-
YUV114.2778.75117.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.36%
GREEN value IS 139 (54.69% from 255) = 52.45%
BLUE value IS 27 (10.94% from 255) = 10.19%
R=37.36%
G=52.45%
B=10.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99139270.2900.810.4581.4367.4732.55
Hex638B1B1D0512D514321
Octal143213333501215512110341
Binary11000111000101111011111010101000110110110100011000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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