Html Css Color HEX #63822C Olive Drab

📋 copy color: '#63822C'

red 99 ◦ green 130 ◦ blue 44

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

Shades of Olive Drab #63822C

Tints of Olive Drab #63822C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.62%

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

R = 36.26%
G = 47.62%
B = 16.12%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#63822C (or 0x63822C) is known color: Olive Drab. HEX triplet: 63, 82 and 2C. RGB value is (99,130,44). Sum of RGB (Red+Green+Blue) = 99+130+44=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #63822C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63822C is #9C7DD3. Grayscale: #6F6F6F. Windows color (decimal): -10255828 or 2916963. OLE color: 2916963.

HSL color Cylindrical-coordinate representation of color #63822C: hue angle of 81.63º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #63822C is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 130 44 -
CMYK 0.24 0 0.66 0.49
HSL 81.63º 0.49% 0.34% -
HSV(B) 81.63º 0.66% 0.51% -
XYZ 13.58 18.8 5.3 -
YUV 110.93 90.23 119.49 -
System Red Green Blue C M Y K H S L
Decimal 99 130 44 0.24 0 0.66 0.49 81.63 0.49 0.34
Hex 63 82 2C 18 0 42 31 52 31 22
Octal 143 202 54 30 0 102 61 122 61 42
Binary 1100011 10000010 101100 11000 0 1000010 110001 1010010 110001 100010

Color Harmonies of #63822C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63822C

Black with #63822C

Text Example


Text Example

White with #63822C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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