#5F8940

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

Shades of Dingley #5F8940

Tints of Dingley #5F8940

Color information

#5F8940 (or 0x5F8940) is unknown color: approx Dingley. HEX triplet: 5F, 89 and 40. RGB value is (95,137,64). Sum of RGB (Red+Green+Blue) = 95+137+64=296 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.09% from 296); Green value is 137 (53.91% from 255 or 46.28% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 137 - color contains mainly: green. Hex color #5F8940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F8940 is #A076BF. Grayscale: #747474. Windows color (decimal): -10516160 or 4229471. OLE color: 4229471.

HSL color Cylindrical-coordinate representation of color #5F8940: hue angle of 94.52º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F8940 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB9513764-
CMYK0.3100.530.46
HSL94.52º36.32%39.41%-
HSV(B)94.52º53.28%53.73%-
XYZ14.5920.698.08-
YUV116.1298.59112.94-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.09%
GREEN value IS 137 (53.91% from 255) = 46.28%
BLUE value IS 64 (25.39% from 255) = 21.62%
R=32.09%
G=46.28%
B=21.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal95137640.3100.530.4694.5236.3239.41
Hex5F89401F0352E5f2427
Octal13721110037065561374447
Binary10111111000100110000001111101101011011101011111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F8940; }

 p { color: rgb(95,137,64); }

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

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

 a { background-color: rgb(95,137,64); }

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

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

 span { border-color: rgb(95,137,64); }

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