#63852B

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

Shades of Olive Drab #63852B

Tints of Olive Drab #63852B

Color information

#63852B (or 0x63852B) is unknown color: approx Olive Drab. HEX triplet: 63, 85 and 2B. RGB value is (99,133,43). Sum of RGB (Red+Green+Blue) = 99+133+43=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 133 (52.34% from 255 or 48.36% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 133 - color contains mainly: green. Hex color #63852B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63852B is #9C7AD4. Grayscale: #707070. Windows color (decimal): -10255061 or 2852195. OLE color: 2852195.

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

Color convert

RGB9913343-
CMYK0.2600.680.48
HSL82.67º51.14%34.51%-
HSV(B)82.67º67.67%52.16%-
XYZ13.9719.65.33-
YUV112.5788.74118.32-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36%
GREEN value IS 133 (52.34% from 255) = 48.36%
BLUE value IS 43 (17.19% from 255) = 15.64%
R=36%
G=48.36%
B=15.64%

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
Decimal99133430.2600.680.4882.6751.1434.51
Hex63852B1A04430533323
Octal14320553320104601236343
Binary11000111000010110101111010010001001100001010011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63852B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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