Html Css Color HEX #649440 Dingley

📋 copy color: '#649440'

red 100 ◦ green 148 ◦ blue 64

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

Shades of Dingley #649440

Tints of Dingley #649440

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.44%

 BLUE value IS 64 (25.39% from 255) = 20.51%

R = 32.05%
G = 47.44%
B = 20.51%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#649440 (or 0x649440) is known color: Dingley. HEX triplet: 64, 94 and 40. RGB value is (100,148,64). Sum of RGB (Red+Green+Blue) = 100+148+64=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 148 - color contains mainly: green. Hex color #649440 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649440 is #9B6BBF. Grayscale: #7C7C7C. Windows color (decimal): -10185664 or 4232292. OLE color: 4232292.

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

Color convert

RGB 100 148 64 -
CMYK 0.32 0 0.57 0.42
HSL 94.29º 0.4% 0.42% -
HSV(B) 94.29º 0.57% 0.58% -
XYZ 16.77 24.26 8.65 -
YUV 124.07 94.1 110.83 -
System Red Green Blue C M Y K H S L
Decimal 100 148 64 0.32 0 0.57 0.42 94.29 0.4 0.42
Hex 64 94 40 20 0 39 2A 5E 28 2A
Octal 144 224 100 40 0 71 52 136 50 52
Binary 1100100 10010100 1000000 100000 0 111001 101010 1011110 101000 101010

Color Harmonies of #649440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649440

Black with #649440

Text Example


Text Example

White with #649440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649440; }

 p { color: rgb(100,148,64); }

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

background-color css

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

 a { background-color: rgb(100,148,64); }

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

border-color css

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

 span { border-color: rgb(100,148,64); }

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