#649541

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

Shades of Dingley #649541

Tints of Dingley #649541

Color information

#649541 (or 0x649541) is unknown color: approx Dingley. HEX triplet: 64, 95 and 41. RGB value is (100,149,65). Sum of RGB (Red+Green+Blue) = 100+149+65=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #649541 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649541 is #9B6ABE. Grayscale: #7D7D7D. Windows color (decimal): -10185407 or 4298084. OLE color: 4298084.

HSL color Cylindrical-coordinate representation of color #649541: hue angle of 95º 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 #649541 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB10014965-
CMYK0.3300.560.42
HSL95º39.25%41.96%-
HSV(B)95º56.38%58.43%-
XYZ16.9624.598.85-
YUV124.7794.27110.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.85%
GREEN value IS 149 (58.59% from 255) = 47.45%
BLUE value IS 65 (25.78% from 255) = 20.70%
R=31.85%
G=47.45%
B=20.70%

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
Decimal100149650.3300.560.429539.2541.96
Hex649541210382A5f272a
Octal14422510141070521374752
Binary110010010010101100000110000101110001010101011111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649541; }

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

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

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

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

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

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

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

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