Html Css Color HEX #649144 Dingley

📋 copy color: '#649144'

red 100 ◦ green 145 ◦ blue 68

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

Shades of Dingley #649144

Tints of Dingley #649144

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.33%

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

R = 31.95%
G = 46.33%
B = 21.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.53

 K value IS 0.43

RGB Variations

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

Color information

#649144 (or 0x649144) is known color: Dingley. HEX triplet: 64, 91 and 44. RGB value is (100,145,68). Sum of RGB (Red+Green+Blue) = 100+145+68=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #649144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649144 is #9B6EBB. Grayscale: #7B7B7B. Windows color (decimal): -10186428 or 4493668. OLE color: 4493668.

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

Color convert

RGB 100 145 68 -
CMYK 0.31 0 0.53 0.43
HSL 95.06º 0.36% 0.42% -
HSV(B) 95.06º 0.53% 0.57% -
XYZ 16.42 23.38 9.12 -
YUV 122.77 97.09 111.76 -
System Red Green Blue C M Y K H S L
Decimal 100 145 68 0.31 0 0.53 0.43 95.06 0.36 0.42
Hex 64 91 44 1F 0 35 2B 5F 24 2A
Octal 144 221 104 37 0 65 53 137 44 52
Binary 1100100 10010001 1000100 11111 0 110101 101011 1011111 100100 101010

Color Harmonies of #649144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649144

Black with #649144

Text Example


Text Example

White with #649144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649144; }

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

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

background-color css

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

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

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

border-color css

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

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

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