Html Css Color HEX #648322 Olive Drab

📋 copy color: '#648322'

red 100 ◦ green 131 ◦ blue 34

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

Shades of Olive Drab #648322

Tints of Olive Drab #648322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.83%

R = 37.74%
G = 49.43%
B = 12.83%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#648322 (or 0x648322) is known color: Olive Drab. HEX triplet: 64, 83 and 22. RGB value is (100,131,34). Sum of RGB (Red+Green+Blue) = 100+131+34=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 34 (13.67% from 255 or 12.83% from 265); Max value from RGB is 131 - color contains mainly: green. Hex color #648322 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648322 is #9B7CDD. Grayscale: #6F6F6F. Windows color (decimal): -10190046 or 2261860. OLE color: 2261860.

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

Color convert

RGB 100 131 34 -
CMYK 0.24 0 0.74 0.49
HSL 79.18º 0.59% 0.32% -
HSV(B) 79.18º 0.74% 0.51% -
XYZ 13.66 19.06 4.47 -
YUV 110.67 84.73 120.39 -
System Red Green Blue C M Y K H S L
Decimal 100 131 34 0.24 0 0.74 0.49 79.18 0.59 0.32
Hex 64 83 22 18 0 4A 31 4F 3B 20
Octal 144 203 42 30 0 112 61 117 73 40
Binary 1100100 10000011 100010 11000 0 1001010 110001 1001111 111011 100000

Color Harmonies of #648322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648322

Black with #648322

Text Example


Text Example

White with #648322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648322; }

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

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

background-color css

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

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

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

border-color css

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

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

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