Html Css Color HEX #648224 Olive Drab

📋 copy color: '#648224'

red 100 ◦ green 130 ◦ blue 36

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

Shades of Olive Drab #648224

Tints of Olive Drab #648224

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.87%

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

R = 37.59%
G = 48.87%
B = 13.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#648224 (or 0x648224) is known color: Olive Drab. HEX triplet: 64, 82 and 24. RGB value is (100,130,36). Sum of RGB (Red+Green+Blue) = 100+130+36=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #648224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648224 is #9B7DDB. Grayscale: #6E6E6E. Windows color (decimal): -10190300 or 2392676. OLE color: 2392676.

HSL color Cylindrical-coordinate representation of color #648224: hue angle of 79.15º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #648224 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 130 36 -
CMYK 0.23 0 0.72 0.49
HSL 79.15º 0.57% 0.33% -
HSV(B) 79.15º 0.72% 0.51% -
XYZ 13.56 18.8 4.58 -
YUV 110.31 86.06 120.64 -
System Red Green Blue C M Y K H S L
Decimal 100 130 36 0.23 0 0.72 0.49 79.15 0.57 0.33
Hex 64 82 24 17 0 48 31 4F 39 21
Octal 144 202 44 27 0 110 61 117 71 41
Binary 1100100 10000010 100100 10111 0 1001000 110001 1001111 111001 100001

Color Harmonies of #648224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648224

Black with #648224

Text Example


Text Example

White with #648224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648224; }

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

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

background-color css

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

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

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

border-color css

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

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

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