Html Css Color HEX #638322 Olive Drab

📋 copy color: '#638322'

red 99 ◦ green 131 ◦ blue 34

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

Shades of Olive Drab #638322

Tints of Olive Drab #638322

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.62%

 BLUE value IS 34 (13.67% from 255) = 12.88%

R = 37.5%
G = 49.62%
B = 12.88%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#638322 (or 0x638322) is known color: Olive Drab. HEX triplet: 63, 83 and 22. RGB value is (99,131,34). Sum of RGB (Red+Green+Blue) = 99+131+34=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 131 (51.56% from 255 or 49.62% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 131 - color contains mainly: green. Hex color #638322 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638322 is #9C7CDD. Grayscale: #6E6E6E. Windows color (decimal): -10255582 or 2261859. OLE color: 2261859.

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

Color convert

RGB 99 131 34 -
CMYK 0.24 0 0.74 0.49
HSL 79.79º 0.59% 0.32% -
HSV(B) 79.79º 0.74% 0.51% -
XYZ 13.55 19 4.47 -
YUV 110.37 84.9 119.89 -
System Red Green Blue C M Y K H S L
Decimal 99 131 34 0.24 0 0.74 0.49 79.79 0.59 0.32
Hex 63 83 22 18 0 4A 31 50 3B 20
Octal 143 203 42 30 0 112 61 120 73 40
Binary 1100011 10000011 100010 11000 0 1001010 110001 1010000 111011 100000

Color Harmonies of #638322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638322

Black with #638322

Text Example


Text Example

White with #638322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638322; }

 p { color: rgb(99,131,34); }

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

background-color css

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

 a { background-color: rgb(99,131,34); }

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

border-color css

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

 span { border-color: rgb(99,131,34); }

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