#638627

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

Shades of Olive Drab #638627

Tints of Olive Drab #638627

Color information

#638627 (or 0x638627) is unknown color: approx Olive Drab. HEX triplet: 63, 86 and 27. RGB value is (99,134,39). Sum of RGB (Red+Green+Blue) = 99+134+39=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 134 - color contains mainly: green. Hex color #638627 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638627 is #9C79D8. Grayscale: #717171. Windows color (decimal): -10254809 or 2590307. OLE color: 2590307.

HSL color Cylindrical-coordinate representation of color #638627: hue angle of 82.11º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #638627 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB9913439-
CMYK0.2600.710.47
HSL82.11º54.91%33.92%-
HSV(B)82.11º70.9%52.55%-
XYZ14.0419.855.01-
YUV112.786.4118.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.40%
GREEN value IS 134 (52.73% from 255) = 49.26%
BLUE value IS 39 (15.62% from 255) = 14.34%
R=36.40%
G=49.26%
B=14.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99134390.2600.710.4782.1154.9133.92
Hex6386271A0472F523722
Octal14320647320107571226742
Binary11000111000011010011111010010001111011111010010110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638627; }

 p { color: rgb(99,134,39); }

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

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

 a { background-color: rgb(99,134,39); }

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

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

 span { border-color: rgb(99,134,39); }

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