Html Css Color HEX #647D46 Dingley

📋 copy color: '#647D46'

red 100 ◦ green 125 ◦ blue 70

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

Shades of Dingley #647D46

Tints of Dingley #647D46

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.37%

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

R = 33.9%
G = 42.37%
B = 23.73%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.44

 K value IS 0.51

RGB Variations

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

Color information

#647D46 (or 0x647D46) is known color: Dingley. HEX triplet: 64, 7D and 46. RGB value is (100,125,70). Sum of RGB (Red+Green+Blue) = 100+125+70=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 125 (49.22% from 255 or 42.37% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 125 - color contains mainly: green. Hex color #647D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647D46 is #9B82B9. Grayscale: #6F6F6F. Windows color (decimal): -10191546 or 4619620. OLE color: 4619620.

HSL color Cylindrical-coordinate representation of color #647D46: hue angle of 87.27º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #647D46 is Cyan = 0.2, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 125 70 -
CMYK 0.2 0 0.44 0.51
HSL 87.27º 0.28% 0.38% -
HSV(B) 87.27º 0.44% 0.49% -
XYZ 13.69 17.82 8.51 -
YUV 111.26 104.72 119.97 -
System Red Green Blue C M Y K H S L
Decimal 100 125 70 0.2 0 0.44 0.51 87.27 0.28 0.38
Hex 64 7D 46 14 0 2C 33 57 1C 26
Octal 144 175 106 24 0 54 63 127 34 46
Binary 1100100 1111101 1000110 10100 0 101100 110011 1010111 11100 100110

Color Harmonies of #647D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647D46

Black with #647D46

Text Example


Text Example

White with #647D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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