#63841E

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

Shades of Olive Drab #63841E

Tints of Olive Drab #63841E

Color information

#63841E (or 0x63841E) is unknown color: approx Olive Drab. HEX triplet: 63, 84 and 1E. RGB value is (99,132,30). Sum of RGB (Red+Green+Blue) = 99+132+30=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #63841E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63841E is #9C7BE1. Grayscale: #6E6E6E. Windows color (decimal): -10255330 or 1999971. OLE color: 1999971.

HSL color Cylindrical-coordinate representation of color #63841E: hue angle of 79.41º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #63841E is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB9913230-
CMYK0.2500.770.48
HSL79.41º62.96%31.76%-
HSV(B)79.41º77.27%51.76%-
XYZ13.6319.254.23-
YUV110.582.57119.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.93%
GREEN value IS 132 (51.95% from 255) = 50.57%
BLUE value IS 30 (12.11% from 255) = 11.49%
R=37.93%
G=50.57%
B=11.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99132300.2500.770.4879.4162.9631.76
Hex63841E1904D304f3f20
Octal14320436310115601177740
Binary1100011100001001111011001010011011100001001111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63841E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63841E; }

 p { color: rgb(99,132,30); }

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

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

 a { background-color: rgb(99,132,30); }

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

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

 span { border-color: rgb(99,132,30); }

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