Html Css Color HEX #638424 Olive Drab

📋 copy color: '#638424'

red 99 ◦ green 132 ◦ blue 36

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

Shades of Olive Drab #638424

Tints of Olive Drab #638424

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.44%

 BLUE value IS 36 (14.45% from 255) = 13.48%

R = 37.08%
G = 49.44%
B = 13.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#638424 (or 0x638424) is known color: Olive Drab. HEX triplet: 63, 84 and 24. RGB value is (99,132,36). Sum of RGB (Red+Green+Blue) = 99+132+36=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 132 (51.95% from 255 or 49.44% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 132 - color contains mainly: green. Hex color #638424 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638424 is #9C7BDB. Grayscale: #6F6F6F. Windows color (decimal): -10255324 or 2393187. OLE color: 2393187.

HSL color Cylindrical-coordinate representation of color #638424: hue angle of 80.62º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #638424 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 132 36 -
CMYK 0.25 0 0.73 0.48
HSL 80.63º 0.57% 0.33% -
HSV(B) 80.63º 0.73% 0.52% -
XYZ 13.72 19.28 4.67 -
YUV 111.19 85.57 119.31 -
System Red Green Blue C M Y K H S L
Decimal 99 132 36 0.25 0 0.73 0.48 80.63 0.57 0.33
Hex 63 84 24 19 0 49 30 51 39 21
Octal 143 204 44 31 0 111 60 121 71 41
Binary 1100011 10000100 100100 11001 0 1001001 110000 1010001 111001 100001

Color Harmonies of #638424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638424

Black with #638424

Text Example


Text Example

White with #638424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638424; }

 p { color: rgb(99,132,36); }

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

background-color css

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

 a { background-color: rgb(99,132,36); }

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

border-color css

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

 span { border-color: rgb(99,132,36); }

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