Html Css Color HEX #648446 Dingley

📋 copy color: '#648446'

red 100 ◦ green 132 ◦ blue 70

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

Shades of Dingley #648446

Tints of Dingley #648446

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.71%

 BLUE value IS 70 (27.73% from 255) = 23.18%

R = 33.11%
G = 43.71%
B = 23.18%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#648446 (or 0x648446) is known color: Dingley. HEX triplet: 64, 84 and 46. RGB value is (100,132,70). Sum of RGB (Red+Green+Blue) = 100+132+70=302 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.11% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 132 - color contains mainly: green. Hex color #648446 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648446 is #9B7BB9. Grayscale: #737373. Windows color (decimal): -10189754 or 4621412. OLE color: 4621412.

HSL color Cylindrical-coordinate representation of color #648446: hue angle of 90.97º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #648446 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 132 70 -
CMYK 0.24 0 0.47 0.48
HSL 90.97º 0.31% 0.4% -
HSV(B) 90.97º 0.47% 0.52% -
XYZ 14.61 19.65 8.82 -
YUV 115.36 102.4 117.04 -
System Red Green Blue C M Y K H S L
Decimal 100 132 70 0.24 0 0.47 0.48 90.97 0.31 0.4
Hex 64 84 46 18 0 2F 30 5B 1F 28
Octal 144 204 106 30 0 57 60 133 37 50
Binary 1100100 10000100 1000110 11000 0 101111 110000 1011011 11111 101000

Color Harmonies of #648446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648446

Black with #648446

Text Example


Text Example

White with #648446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648446; }

 p { color: rgb(100,132,70); }

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

background-color css

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

 a { background-color: rgb(100,132,70); }

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

border-color css

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

 span { border-color: rgb(100,132,70); }

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