#5F8A41

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

Shades of Dingley #5F8A41

Tints of Dingley #5F8A41

Color information

#5F8A41 (or 0x5F8A41) is unknown color: approx Dingley. HEX triplet: 5F, 8A and 41. RGB value is (95,138,65). Sum of RGB (Red+Green+Blue) = 95+138+65=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 138 (54.30% from 255 or 46.31% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 138 - color contains mainly: green. Hex color #5F8A41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F8A41 is #A075BE. Grayscale: #757575. Windows color (decimal): -10515903 or 4295263. OLE color: 4295263.

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

Color convert

RGB9513865-
CMYK0.3100.530.46
HSL95.34º35.96%39.8%-
HSV(B)95.34º52.9%54.12%-
XYZ14.7620.998.27-
YUV116.8298.75112.44-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.88%
GREEN value IS 138 (54.30% from 255) = 46.31%
BLUE value IS 65 (25.78% from 255) = 21.81%
R=31.88%
G=46.31%
B=21.81%

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
Decimal95138650.3100.530.4695.3435.9639.8
Hex5F8A411F0352E5f2428
Octal13721210137065561374450
Binary10111111000101010000011111101101011011101011111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,138,65); }

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

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

 a { background-color: rgb(95,138,65); }

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

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

 span { border-color: rgb(95,138,65); }

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