#609440

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

Shades of Dingley #609440

Tints of Dingley #609440

Color information

#609440 (or 0x609440) is unknown color: approx Dingley. HEX triplet: 60, 94 and 40. RGB value is (96,148,64). Sum of RGB (Red+Green+Blue) = 96+148+64=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 148 - color contains mainly: green. Hex color #609440 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609440 is #9F6BBF. Grayscale: #7B7B7B. Windows color (decimal): -10447808 or 4232288. OLE color: 4232288.

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

Color convert

RGB9614864-
CMYK0.3500.570.42
HSL97.14º39.62%41.57%-
HSV(B)97.14º56.76%58.04%-
XYZ16.3424.048.63-
YUV122.8894.77108.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.17%
GREEN value IS 148 (58.20% from 255) = 48.05%
BLUE value IS 64 (25.39% from 255) = 20.78%
R=31.17%
G=48.05%
B=20.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96148640.3500.570.4297.1439.6241.57
Hex609440230392A61282a
Octal14022410043071521415052
Binary110000010010100100000010001101110011010101100001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609440; }

 p { color: rgb(96,148,64); }

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

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

 a { background-color: rgb(96,148,64); }

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

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

 span { border-color: rgb(96,148,64); }

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