#648745

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

Shades of Dingley #648745

Tints of Dingley #648745

Color information

#648745 (or 0x648745) is unknown color: approx Dingley. HEX triplet: 64, 87 and 45. RGB value is (100,135,69). Sum of RGB (Red+Green+Blue) = 100+135+69=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 135 - color contains mainly: green. Hex color #648745 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648745 is #9B78BA. Grayscale: #757575. Windows color (decimal): -10188987 or 4556644. OLE color: 4556644.

HSL color Cylindrical-coordinate representation of color #648745: hue angle of 91.82º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #648745 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB10013569-
CMYK0.2600.490.47
HSL91.82º32.35%40%-
HSV(B)91.82º48.89%52.94%-
XYZ14.9920.478.79-
YUV117.01100.9115.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.89%
GREEN value IS 135 (53.12% from 255) = 44.41%
BLUE value IS 69 (27.34% from 255) = 22.70%
R=32.89%
G=44.41%
B=22.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100135690.2600.490.4791.8232.3540
Hex6487451A0312F5c2028
Octal14420710532061571344050
Binary11001001000011110001011101001100011011111011100100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648745; }

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

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

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

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

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

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

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

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