Html Css Color HEX #638020 Olive Drab

📋 copy color: '#638020'

red 99 ◦ green 128 ◦ blue 32

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

Shades of Olive Drab #638020

Tints of Olive Drab #638020

RGB

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

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

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

R = 38.22%
G = 49.42%
B = 12.36%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#638020 (or 0x638020) is known color: Olive Drab. HEX triplet: 63, 80 and 20. RGB value is (99,128,32). Sum of RGB (Red+Green+Blue) = 99+128+32=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 128 (50.39% from 255 or 49.42% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 128 - color contains mainly: green. Hex color #638020 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638020 is #9C7FDF. Grayscale: #6C6C6C. Windows color (decimal): -10256352 or 2130019. OLE color: 2130019.

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

Color convert

RGB 99 128 32 -
CMYK 0.23 0 0.75 0.50
HSL 78.12º 0.6% 0.31% -
HSV(B) 78.12º 0.75% 0.5% -
XYZ 13.13 18.2 4.19 -
YUV 108.39 84.89 121.31 -
System Red Green Blue C M Y K H S L
Decimal 99 128 32 0.23 0 0.75 0.50 78.12 0.6 0.31
Hex 63 80 20 17 0 4B 32 4E 3C 1F
Octal 143 200 40 27 0 113 62 116 74 37
Binary 1100011 10000000 100000 10111 0 1001011 110010 1001110 111100 11111

Color Harmonies of #638020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638020

Black with #638020

Text Example


Text Example

White with #638020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638020; }

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

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

background-color css

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

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

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

border-color css

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

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

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