#649542

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

Shades of Dingley #649542

Tints of Dingley #649542

Color information

#649542 (or 0x649542) is unknown color: approx Dingley. HEX triplet: 64, 95 and 42. RGB value is (100,149,66). Sum of RGB (Red+Green+Blue) = 100+149+66=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #649542 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649542 is #9B6ABD. Grayscale: #7D7D7D. Windows color (decimal): -10185406 or 4363620. OLE color: 4363620.

HSL color Cylindrical-coordinate representation of color #649542: hue angle of 95.42º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #649542 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB10014966-
CMYK0.3300.560.42
HSL95.42º38.6%42.16%-
HSV(B)95.42º55.7%58.43%-
XYZ16.9924.69.01-
YUV124.8994.77110.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.75%
GREEN value IS 149 (58.59% from 255) = 47.30%
BLUE value IS 66 (26.17% from 255) = 20.95%
R=31.75%
G=47.30%
B=20.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100149660.3300.560.4295.4238.642.16
Hex649542210382A5f272a
Octal14422510241070521374752
Binary110010010010101100001010000101110001010101011111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649542; }

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

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

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

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

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

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

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

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