Html Css Color HEX #648249 Dingley

📋 copy color: '#648249'

red 100 ◦ green 130 ◦ blue 73

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

Shades of Dingley #648249

Tints of Dingley #648249

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.9%

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

R = 33%
G = 42.9%
B = 24.09%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#648249 (or 0x648249) is known color: Dingley. HEX triplet: 64, 82 and 49. RGB value is (100,130,73). Sum of RGB (Red+Green+Blue) = 100+130+73=303 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.00% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #648249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648249 is #9B7DB6. Grayscale: #727272. Windows color (decimal): -10190263 or 4817508. OLE color: 4817508.

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

Color convert

RGB 100 130 73 -
CMYK 0.23 0 0.44 0.49
HSL 91.58º 0.28% 0.4% -
HSV(B) 91.58º 0.44% 0.51% -
XYZ 14.44 19.16 9.24 -
YUV 114.53 104.56 117.63 -
System Red Green Blue C M Y K H S L
Decimal 100 130 73 0.23 0 0.44 0.49 91.58 0.28 0.4
Hex 64 82 49 17 0 2C 31 5C 1C 28
Octal 144 202 111 27 0 54 61 134 34 50
Binary 1100100 10000010 1001001 10111 0 101100 110001 1011100 11100 101000

Color Harmonies of #648249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648249

Black with #648249

Text Example


Text Example

White with #648249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648249; }

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

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

background-color css

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

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

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

border-color css

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

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

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