#619040

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

Shades of Dingley #619040

Tints of Dingley #619040

Color information

#619040 (or 0x619040) is unknown color: approx Dingley. HEX triplet: 61, 90 and 40. RGB value is (97,144,64). Sum of RGB (Red+Green+Blue) = 97+144+64=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #619040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619040 is #9E6FBF. Grayscale: #797979. Windows color (decimal): -10383296 or 4231265. OLE color: 4231265.

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

Color convert

RGB9714464-
CMYK0.3300.560.44
HSL95.25º38.46%40.78%-
HSV(B)95.25º55.56%56.47%-
XYZ15.8322.868.43-
YUV120.8395.93111-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.80%
GREEN value IS 144 (56.64% from 255) = 47.21%
BLUE value IS 64 (25.39% from 255) = 20.98%
R=31.80%
G=47.21%
B=20.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal97144640.3300.560.4495.2538.4640.78
Hex619040210382C5f2629
Octal14122010041070541374651
Binary110000110010000100000010000101110001011001011111100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619040; }

 p { color: rgb(97,144,64); }

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

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

 a { background-color: rgb(97,144,64); }

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

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

 span { border-color: rgb(97,144,64); }

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