#5F8D43

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

Shades of Dingley #5F8D43

Tints of Dingley #5F8D43

Color information

#5F8D43 (or 0x5F8D43) is unknown color: approx Dingley. HEX triplet: 5F, 8D and 43. RGB value is (95,141,67). Sum of RGB (Red+Green+Blue) = 95+141+67=303 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.35% from 303); Green value is 141 (55.47% from 255 or 46.53% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 141 - color contains mainly: green. Hex color #5F8D43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F8D43 is #A072BC. Grayscale: #777777. Windows color (decimal): -10515133 or 4427103. OLE color: 4427103.

HSL color Cylindrical-coordinate representation of color #5F8D43: hue angle of 97.3º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5F8D43 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.45.

Color convert

RGB9514167-
CMYK0.3300.520.45
HSL97.3º35.58%40.78%-
HSV(B)97.3º52.48%55.29%-
XYZ15.2621.898.73-
YUV118.8198.76111.02-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.35%
GREEN value IS 141 (55.47% from 255) = 46.53%
BLUE value IS 67 (26.56% from 255) = 22.11%
R=31.35%
G=46.53%
B=22.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal95141670.3300.520.4597.335.5840.78
Hex5F8D43210342D612429
Octal13721510341064551414451
Binary101111110001101100001110000101101001011011100001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,141,67); }

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

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

 a { background-color: rgb(95,141,67); }

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

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

 span { border-color: rgb(95,141,67); }

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