#5F9240

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

Shades of Dingley #5F9240

Tints of Dingley #5F9240

Color information

#5F9240 (or 0x5F9240) is unknown color: approx Dingley. HEX triplet: 5F, 92 and 40. RGB value is (95,146,64). Sum of RGB (Red+Green+Blue) = 95+146+64=305 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.15% from 305); Green value is 146 (57.42% from 255 or 47.87% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 146 - color contains mainly: green. Hex color #5F9240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9240 is #A06DBF. Grayscale: #797979. Windows color (decimal): -10513856 or 4231775. OLE color: 4231775.

HSL color Cylindrical-coordinate representation of color #5F9240: hue angle of 97.32º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F9240 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB9514664-
CMYK0.3500.560.43
HSL97.32º39.05%41.18%-
HSV(B)97.32º56.16%57.25%-
XYZ15.9223.368.52-
YUV121.495.6109.17-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.15%
GREEN value IS 146 (57.42% from 255) = 47.87%
BLUE value IS 64 (25.39% from 255) = 20.98%
R=31.15%
G=47.87%
B=20.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal95146640.3500.560.4397.3239.0541.18
Hex5F9240230382B612729
Octal13722210043070531414751
Binary101111110010010100000010001101110001010111100001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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