Html Css Color HEX #649344 Dingley

📋 copy color: '#649344'

red 100 ◦ green 147 ◦ blue 68

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

Shades of Dingley #649344

Tints of Dingley #649344

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.67%

 BLUE value IS 68 (26.95% from 255) = 21.59%

R = 31.75%
G = 46.67%
B = 21.59%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#649344 (or 0x649344) is known color: Dingley. HEX triplet: 64, 93 and 44. RGB value is (100,147,68). Sum of RGB (Red+Green+Blue) = 100+147+68=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #649344 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649344 is #9B6CBB. Grayscale: #7C7C7C. Windows color (decimal): -10185916 or 4494180. OLE color: 4494180.

HSL color Cylindrical-coordinate representation of color #649344: hue angle of 95.7º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #649344 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 147 68 -
CMYK 0.32 0 0.54 0.42
HSL 95.7º 0.37% 0.42% -
HSV(B) 95.7º 0.54% 0.58% -
XYZ 16.73 23.99 9.22 -
YUV 123.94 96.43 110.92 -
System Red Green Blue C M Y K H S L
Decimal 100 147 68 0.32 0 0.54 0.42 95.7 0.37 0.42
Hex 64 93 44 20 0 36 2A 60 25 2A
Octal 144 223 104 40 0 66 52 140 45 52
Binary 1100100 10010011 1000100 100000 0 110110 101010 1100000 100101 101010

Color Harmonies of #649344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649344

Black with #649344

Text Example


Text Example

White with #649344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649344; }

 p { color: rgb(100,147,68); }

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

background-color css

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

 a { background-color: rgb(100,147,68); }

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

border-color css

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

 span { border-color: rgb(100,147,68); }

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