#63852A

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

Shades of Olive Drab #63852A

Tints of Olive Drab #63852A

Color information

#63852A (or 0x63852A) is unknown color: approx Olive Drab. HEX triplet: 63, 85 and 2A. RGB value is (99,133,42). Sum of RGB (Red+Green+Blue) = 99+133+42=274 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.13% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #63852A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63852A is #9C7AD5. Grayscale: #707070. Windows color (decimal): -10255062 or 2786659. OLE color: 2786659.

HSL color Cylindrical-coordinate representation of color #63852A: hue angle of 82.42º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #63852A is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB9913342-
CMYK0.2600.680.48
HSL82.42º52%34.31%-
HSV(B)82.42º68.42%52.16%-
XYZ13.9519.595.24-
YUV112.4688.24118.4-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.13%
GREEN value IS 133 (52.34% from 255) = 48.54%
BLUE value IS 42 (16.80% from 255) = 15.33%
R=36.13%
G=48.54%
B=15.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99133420.2600.680.4882.425234.31
Hex63852A1A04430523422
Octal14320552320104601226442
Binary11000111000010110101011010010001001100001010010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63852A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63852A; }

 p { color: rgb(99,133,42); }

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

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

 a { background-color: rgb(99,133,42); }

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

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

 span { border-color: rgb(99,133,42); }

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