Html Css Color HEX #648324 Olive Drab

📋 copy color: '#648324'

red 100 ◦ green 131 ◦ blue 36

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

Shades of Olive Drab #648324

Tints of Olive Drab #648324

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.06%

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

R = 37.45%
G = 49.06%
B = 13.48%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#648324 (or 0x648324) is known color: Olive Drab. HEX triplet: 64, 83 and 24. RGB value is (100,131,36). Sum of RGB (Red+Green+Blue) = 100+131+36=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 131 - color contains mainly: green. Hex color #648324 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648324 is #9B7CDB. Grayscale: #6F6F6F. Windows color (decimal): -10190044 or 2392932. OLE color: 2392932.

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

Color convert

RGB 100 131 36 -
CMYK 0.24 0 0.73 0.49
HSL 79.58º 0.57% 0.33% -
HSV(B) 79.58º 0.73% 0.51% -
XYZ 13.69 19.07 4.63 -
YUV 110.9 85.73 120.22 -
System Red Green Blue C M Y K H S L
Decimal 100 131 36 0.24 0 0.73 0.49 79.58 0.57 0.33
Hex 64 83 24 18 0 49 31 50 39 21
Octal 144 203 44 30 0 111 61 120 71 41
Binary 1100100 10000011 100100 11000 0 1001001 110001 1010000 111001 100001

Color Harmonies of #648324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648324

Black with #648324

Text Example


Text Example

White with #648324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648324; }

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

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

background-color css

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

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

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

border-color css

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

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

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