#648345

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

Shades of Dingley #648345

Tints of Dingley #648345

Color information

#648345 (or 0x648345) is unknown color: approx Dingley. HEX triplet: 64, 83 and 45. RGB value is (100,131,69). Sum of RGB (Red+Green+Blue) = 100+131+69=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 131 - color contains mainly: green. Hex color #648345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648345 is #9B7CBA. Grayscale: #727272. Windows color (decimal): -10190011 or 4555620. OLE color: 4555620.

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

Color convert

RGB10013169-
CMYK0.2400.470.49
HSL90º31%39.22%-
HSV(B)90º47.33%51.37%-
XYZ14.4519.378.61-
YUV114.66102.23117.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.33%
GREEN value IS 131 (51.56% from 255) = 43.67%
BLUE value IS 69 (27.34% from 255) = 23%
R=33.33%
G=43.67%
B=23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100131690.2400.470.49903139.22
Hex6483451802F315a1f27
Octal14420310530057611323747
Binary1100100100000111000101110000101111110001101101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648345; }

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

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

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

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

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

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

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

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