Html Css Color HEX #638031 Olive Drab

📋 copy color: '#638031'

red 99 ◦ green 128 ◦ blue 49

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

Shades of Olive Drab #638031

Tints of Olive Drab #638031

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.38%

 BLUE value IS 49 (19.53% from 255) = 17.75%

R = 35.87%
G = 46.38%
B = 17.75%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#638031 (or 0x638031) is known color: Olive Drab. HEX triplet: 63, 80 and 31. RGB value is (99,128,49). Sum of RGB (Red+Green+Blue) = 99+128+49=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 128 - color contains mainly: green. Hex color #638031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638031 is #9C7FCE. Grayscale: #6E6E6E. Windows color (decimal): -10256335 or 3244131. OLE color: 3244131.

HSL color Cylindrical-coordinate representation of color #638031: hue angle of 82.03º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #638031 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 128 49 -
CMYK 0.23 0 0.62 0.50
HSL 82.03º 0.45% 0.35% -
HSV(B) 82.03º 0.62% 0.5% -
XYZ 13.42 18.31 5.73 -
YUV 110.32 93.39 119.92 -
System Red Green Blue C M Y K H S L
Decimal 99 128 49 0.23 0 0.62 0.50 82.03 0.45 0.35
Hex 63 80 31 17 0 3E 32 52 2D 23
Octal 143 200 61 27 0 76 62 122 55 43
Binary 1100011 10000000 110001 10111 0 111110 110010 1010010 101101 100011

Color Harmonies of #638031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638031

Black with #638031

Text Example


Text Example

White with #638031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638031; }

 p { color: rgb(99,128,49); }

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

background-color css

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

 a { background-color: rgb(99,128,49); }

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

border-color css

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

 span { border-color: rgb(99,128,49); }

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