#648740

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

Shades of Dingley #648740

Tints of Dingley #648740

Color information

#648740 (or 0x648740) is unknown color: approx Dingley. HEX triplet: 64, 87 and 40. RGB value is (100,135,64). Sum of RGB (Red+Green+Blue) = 100+135+64=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 135 (53.12% from 255 or 45.15% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 135 - color contains mainly: green. Hex color #648740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648740 is #9B78BF. Grayscale: #747474. Windows color (decimal): -10188992 or 4228964. OLE color: 4228964.

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

Color convert

RGB10013564-
CMYK0.2600.530.47
HSL89.58º35.68%39.02%-
HSV(B)89.58º52.59%52.94%-
XYZ14.8420.418.01-
YUV116.4498.4116.27-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.44%
GREEN value IS 135 (53.12% from 255) = 45.15%
BLUE value IS 64 (25.39% from 255) = 21.40%
R=33.44%
G=45.15%
B=21.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100135640.2600.530.4789.5835.6839.02
Hex6487401A0352F5a2427
Octal14420710032065571324447
Binary11001001000011110000001101001101011011111011010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648740; }

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

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

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

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

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

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

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

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