Html Css Color HEX #63852C Olive Drab

📋 copy color: '#63852C'

red 99 ◦ green 133 ◦ blue 44

#63852C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #63852C

Tints of Olive Drab #63852C

RGB

 RED value IS 99 (39.06% from 255) = 35.87%

 GREEN value IS 133 (52.34% from 255) = 48.19%

 BLUE value IS 44 (17.58% from 255) = 15.94%

R = 35.87%
G = 48.19%
B = 15.94%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#63852C (or 0x63852C) is known color: Olive Drab. HEX triplet: 63, 85 and 2C. RGB value is (99,133,44). Sum of RGB (Red+Green+Blue) = 99+133+44=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 133 (52.34% from 255 or 48.19% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 133 - color contains mainly: green. Hex color #63852C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63852C is #9C7AD3. Grayscale: #717171. Windows color (decimal): -10255060 or 2917731. OLE color: 2917731.

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

Color convert

RGB 99 133 44 -
CMYK 0.26 0 0.67 0.48
HSL 82.92º 0.5% 0.35% -
HSV(B) 82.92º 0.67% 0.52% -
XYZ 13.99 19.61 5.43 -
YUV 112.69 89.24 118.24 -
System Red Green Blue C M Y K H S L
Decimal 99 133 44 0.26 0 0.67 0.48 82.92 0.5 0.35
Hex 63 85 2C 1A 0 43 30 53 32 23
Octal 143 205 54 32 0 103 60 123 62 43
Binary 1100011 10000101 101100 11010 0 1000011 110000 1010011 110010 100011

Color Harmonies of #63852C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63852C

Black with #63852C

Text Example


Text Example

White with #63852C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63852C;
 }
 .AnyTagClassName
 {
   color: #63852C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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