#648442

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

Shades of Dingley #648442

Tints of Dingley #648442

Color information

#648442 (or 0x648442) is unknown color: approx Dingley. HEX triplet: 64, 84 and 42. RGB value is (100,132,66). Sum of RGB (Red+Green+Blue) = 100+132+66=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 132 - color contains mainly: green. Hex color #648442 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648442 is #9B7BBD. Grayscale: #737373. Windows color (decimal): -10189758 or 4359268. OLE color: 4359268.

HSL color Cylindrical-coordinate representation of color #648442: hue angle of 89.09º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #648442 is Cyan = 0.24, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB10013266-
CMYK0.2400.50.48
HSL89.09º33.33%38.82%-
HSV(B)89.09º50%51.76%-
XYZ14.4919.618.17-
YUV114.91100.4117.37-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.56%
GREEN value IS 132 (51.95% from 255) = 44.30%
BLUE value IS 66 (26.17% from 255) = 22.15%
R=33.56%
G=44.30%
B=22.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100132660.2400.50.4889.0933.3338.82
Hex6484421803230592127
Octal14420410230062601314147
Binary11001001000010010000101100001100101100001011001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648442; }

 p { color: rgb(100,132,66); }

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

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

 a { background-color: rgb(100,132,66); }

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

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

 span { border-color: rgb(100,132,66); }

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