Html Css Color HEX #638320 Olive Drab

📋 copy color: '#638320'

red 99 ◦ green 131 ◦ blue 32

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

Shades of Olive Drab #638320

Tints of Olive Drab #638320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.21%

R = 37.79%
G = 50%
B = 12.21%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#638320 (or 0x638320) is known color: Olive Drab. HEX triplet: 63, 83 and 20. RGB value is (99,131,32). Sum of RGB (Red+Green+Blue) = 99+131+32=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 131 (51.56% from 255 or 50% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 131 - color contains mainly: green. Hex color #638320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638320 is #9C7CDF. Grayscale: #6E6E6E. Windows color (decimal): -10255584 or 2130787. OLE color: 2130787.

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

Color convert

RGB 99 131 32 -
CMYK 0.24 0 0.76 0.49
HSL 79.39º 0.61% 0.32% -
HSV(B) 79.39º 0.76% 0.51% -
XYZ 13.52 18.99 4.32 -
YUV 110.15 83.9 120.05 -
System Red Green Blue C M Y K H S L
Decimal 99 131 32 0.24 0 0.76 0.49 79.39 0.61 0.32
Hex 63 83 20 18 0 4C 31 4F 3D 20
Octal 143 203 40 30 0 114 61 117 75 40
Binary 1100011 10000011 100000 11000 0 1001100 110001 1001111 111101 100000

Color Harmonies of #638320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638320

Black with #638320

Text Example


Text Example

White with #638320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638320; }

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

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

background-color css

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

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

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

border-color css

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

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

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