Html Css Color HEX #648624 Olive Drab

📋 copy color: '#648624'

red 100 ◦ green 134 ◦ blue 36

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

Shades of Olive Drab #648624

Tints of Olive Drab #648624

RGB

 RED value IS 100 (39.45% from 255) = 37.04%

 GREEN value IS 134 (52.73% from 255) = 49.63%

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

R = 37.04%
G = 49.63%
B = 13.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#648624 (or 0x648624) is known color: Olive Drab. HEX triplet: 64, 86 and 24. RGB value is (100,134,36). Sum of RGB (Red+Green+Blue) = 100+134+36=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 134 (52.73% from 255 or 49.63% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 134 - color contains mainly: green. Hex color #648624 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648624 is #9B79DB. Grayscale: #717171. Windows color (decimal): -10189276 or 2393700. OLE color: 2393700.

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

Color convert

RGB 100 134 36 -
CMYK 0.25 0 0.73 0.47
HSL 80.82º 0.58% 0.33% -
HSV(B) 80.82º 0.73% 0.53% -
XYZ 14.1 19.89 4.76 -
YUV 112.66 84.74 118.97 -
System Red Green Blue C M Y K H S L
Decimal 100 134 36 0.25 0 0.73 0.47 80.82 0.58 0.33
Hex 64 86 24 19 0 49 2F 51 3A 21
Octal 144 206 44 31 0 111 57 121 72 41
Binary 1100100 10000110 100100 11001 0 1001001 101111 1010001 111010 100001

Color Harmonies of #648624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648624

Black with #648624

Text Example


Text Example

White with #648624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648624; }

 p { color: rgb(100,134,36); }

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

background-color css

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

 a { background-color: rgb(100,134,36); }

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

border-color css

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

 span { border-color: rgb(100,134,36); }

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