Html Css Color HEX #648149 Dingley

📋 copy color: '#648149'

red 100 ◦ green 129 ◦ blue 73

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

Shades of Dingley #648149

Tints of Dingley #648149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.17%

R = 33.11%
G = 42.72%
B = 24.17%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#648149 (or 0x648149) is known color: Dingley. HEX triplet: 64, 81 and 49. RGB value is (100,129,73). Sum of RGB (Red+Green+Blue) = 100+129+73=302 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.11% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 129 - color contains mainly: green. Hex color #648149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648149 is #9B7EB6. Grayscale: #727272. Windows color (decimal): -10190519 or 4817252. OLE color: 4817252.

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

Color convert

RGB 100 129 73 -
CMYK 0.22 0 0.43 0.49
HSL 91.07º 0.28% 0.4% -
HSV(B) 91.07º 0.43% 0.51% -
XYZ 14.31 18.89 9.2 -
YUV 113.95 104.89 118.05 -
System Red Green Blue C M Y K H S L
Decimal 100 129 73 0.22 0 0.43 0.49 91.07 0.28 0.4
Hex 64 81 49 16 0 2B 31 5B 1C 28
Octal 144 201 111 26 0 53 61 133 34 50
Binary 1100100 10000001 1001001 10110 0 101011 110001 1011011 11100 101000

Color Harmonies of #648149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648149

Black with #648149

Text Example


Text Example

White with #648149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648149; }

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

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

background-color css

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

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

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

border-color css

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

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

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