Html Css Color HEX #648132 Olive Drab

📋 copy color: '#648132'

red 100 ◦ green 129 ◦ blue 50

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

Shades of Olive Drab #648132

Tints of Olive Drab #648132

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.24%

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

R = 35.84%
G = 46.24%
B = 17.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#648132 (or 0x648132) is known color: Olive Drab. HEX triplet: 64, 81 and 32. RGB value is (100,129,50). Sum of RGB (Red+Green+Blue) = 100+129+50=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 129 - color contains mainly: green. Hex color #648132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648132 is #9B7ECD. Grayscale: #6F6F6F. Windows color (decimal): -10190542 or 3309924. OLE color: 3309924.

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

Color convert

RGB 100 129 50 -
CMYK 0.22 0 0.61 0.49
HSL 82.03º 0.44% 0.35% -
HSV(B) 82.03º 0.61% 0.51% -
XYZ 13.68 18.64 5.89 -
YUV 111.32 93.39 119.92 -
System Red Green Blue C M Y K H S L
Decimal 100 129 50 0.22 0 0.61 0.49 82.03 0.44 0.35
Hex 64 81 32 16 0 3D 31 52 2C 23
Octal 144 201 62 26 0 75 61 122 54 43
Binary 1100100 10000001 110010 10110 0 111101 110001 1010010 101100 100011

Color Harmonies of #648132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648132

Black with #648132

Text Example


Text Example

White with #648132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648132; }

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

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

background-color css

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

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

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

border-color css

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

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

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