#647C45

Color #647C45 Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #647C45

Tints of Dingley #647C45

Color information

#647C45 (or 0x647C45) is unknown color: approx Dingley. HEX triplet: 64, 7C and 45. RGB value is (100,124,69). Sum of RGB (Red+Green+Blue) = 100+124+69=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 124 (48.83% from 255 or 42.32% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 124 - color contains mainly: green. Hex color #647C45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647C45 is #9B83BA. Grayscale: #6E6E6E. Windows color (decimal): -10191803 or 4553828. OLE color: 4553828.

HSL color Cylindrical-coordinate representation of color #647C45: hue angle of 86.18º 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 #647C45 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB10012469-
CMYK0.1900.440.51
HSL86.18º28.5%37.84%-
HSV(B)86.18º44.35%48.63%-
XYZ13.5417.558.31-
YUV110.55104.55120.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.13%
GREEN value IS 124 (48.83% from 255) = 42.32%
BLUE value IS 69 (27.34% from 255) = 23.55%
R=34.13%
G=42.32%
B=23.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal100124690.1900.440.5186.1828.537.84
Hex647C451302C33561c26
Octal14417410523054631263446
Binary110010011111001000101100110101100110011101011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,124,69); }

 H1.HeaderClassName
 {
   color: #647C45;
 }
 .AnyTagClassName
 {
   color: #647C45;
 }
</style>
background-color css

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

 a { background-color: rgb(100,124,69); }

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

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

 span { border-color: rgb(100,124,69); }

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