Html Css Color HEX #649044 Dingley

📋 copy color: '#649044'

red 100 ◦ green 144 ◦ blue 68

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

Shades of Dingley #649044

Tints of Dingley #649044

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.15%

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

R = 32.05%
G = 46.15%
B = 21.79%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.53

 K value IS 0.44

RGB Variations

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

Color information

#649044 (or 0x649044) is known color: Dingley. HEX triplet: 64, 90 and 44. RGB value is (100,144,68). Sum of RGB (Red+Green+Blue) = 100+144+68=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 144 - color contains mainly: green. Hex color #649044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649044 is #9B6FBB. Grayscale: #7A7A7A. Windows color (decimal): -10186684 or 4493412. OLE color: 4493412.

HSL color Cylindrical-coordinate representation of color #649044: hue angle of 94.74º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #649044 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 144 68 -
CMYK 0.31 0 0.53 0.44
HSL 94.74º 0.36% 0.42% -
HSV(B) 94.74º 0.53% 0.56% -
XYZ 16.27 23.07 9.06 -
YUV 122.18 97.42 112.18 -
System Red Green Blue C M Y K H S L
Decimal 100 144 68 0.31 0 0.53 0.44 94.74 0.36 0.42
Hex 64 90 44 1F 0 35 2C 5F 24 2A
Octal 144 220 104 37 0 65 54 137 44 52
Binary 1100100 10010000 1000100 11111 0 110101 101100 1011111 100100 101010

Color Harmonies of #649044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649044

Black with #649044

Text Example


Text Example

White with #649044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649044; }

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

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

background-color css

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

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

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

border-color css

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

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

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