Html Css Color HEX #648131 Olive Drab

📋 copy color: '#648131'

red 100 ◦ green 129 ◦ blue 49

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

Shades of Olive Drab #648131

Tints of Olive Drab #648131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.63%

R = 35.97%
G = 46.4%
B = 17.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#648131 (or 0x648131) is known color: Olive Drab. HEX triplet: 64, 81 and 31. RGB value is (100,129,49). Sum of RGB (Red+Green+Blue) = 100+129+49=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 129 - color contains mainly: green. Hex color #648131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648131 is #9B7ECE. Grayscale: #6F6F6F. Windows color (decimal): -10190543 or 3244388. OLE color: 3244388.

HSL color Cylindrical-coordinate representation of color #648131: hue angle of 81.75º 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 #648131 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 129 49 -
CMYK 0.22 0 0.62 0.49
HSL 81.75º 0.45% 0.35% -
HSV(B) 81.75º 0.62% 0.51% -
XYZ 13.66 18.63 5.78 -
YUV 111.21 92.89 120 -
System Red Green Blue C M Y K H S L
Decimal 100 129 49 0.22 0 0.62 0.49 81.75 0.45 0.35
Hex 64 81 31 16 0 3E 31 52 2D 23
Octal 144 201 61 26 0 76 61 122 55 43
Binary 1100100 10000001 110001 10110 0 111110 110001 1010010 101101 100011

Color Harmonies of #648131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648131

Black with #648131

Text Example


Text Example

White with #648131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648131; }

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

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

background-color css

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

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

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

border-color css

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

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

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