Html Css Color HEX #648332 Olive Drab

📋 copy color: '#648332'

red 100 ◦ green 131 ◦ blue 50

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

Shades of Olive Drab #648332

Tints of Olive Drab #648332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.79%

R = 35.59%
G = 46.62%
B = 17.79%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#648332 (or 0x648332) is known color: Olive Drab. HEX triplet: 64, 83 and 32. RGB value is (100,131,50). Sum of RGB (Red+Green+Blue) = 100+131+50=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 131 - color contains mainly: green. Hex color #648332 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648332 is #9B7CCD. Grayscale: #707070. Windows color (decimal): -10190030 or 3310436. OLE color: 3310436.

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

Color convert

RGB 100 131 50 -
CMYK 0.24 0 0.62 0.49
HSL 82.96º 0.45% 0.35% -
HSV(B) 82.96º 0.62% 0.51% -
XYZ 13.95 19.17 5.98 -
YUV 112.5 92.73 119.09 -
System Red Green Blue C M Y K H S L
Decimal 100 131 50 0.24 0 0.62 0.49 82.96 0.45 0.35
Hex 64 83 32 18 0 3E 31 53 2D 23
Octal 144 203 62 30 0 76 61 123 55 43
Binary 1100100 10000011 110010 11000 0 111110 110001 1010011 101101 100011

Color Harmonies of #648332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648332

Black with #648332

Text Example


Text Example

White with #648332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648332; }

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

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

background-color css

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

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

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

border-color css

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

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

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