#63842E

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

Shades of Olive Drab #63842E

Tints of Olive Drab #63842E

Color information

#63842E (or 0x63842E) is unknown color: approx Olive Drab. HEX triplet: 63, 84 and 2E. RGB value is (99,132,46). Sum of RGB (Red+Green+Blue) = 99+132+46=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #63842E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63842E is #9C7BD1. Grayscale: #707070. Windows color (decimal): -10255314 or 3048547. OLE color: 3048547.

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

Color convert

RGB9913246-
CMYK0.2500.650.48
HSL83.02º48.31%34.9%-
HSV(B)83.02º65.15%51.76%-
XYZ13.8919.355.59-
YUV112.3390.57118.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.74%
GREEN value IS 132 (51.95% from 255) = 47.65%
BLUE value IS 46 (18.36% from 255) = 16.61%
R=35.74%
G=47.65%
B=16.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99132460.2500.650.4883.0248.3134.9
Hex63842E1904130533023
Octal14320456310101601236043
Binary11000111000010010111011001010000011100001010011110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63842E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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