#5F8B41

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

Shades of Dingley #5F8B41

Tints of Dingley #5F8B41

Color information

#5F8B41 (or 0x5F8B41) is unknown color: approx Dingley. HEX triplet: 5F, 8B and 41. RGB value is (95,139,65). Sum of RGB (Red+Green+Blue) = 95+139+65=299 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.77% from 299); Green value is 139 (54.69% from 255 or 46.49% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 139 - color contains mainly: green. Hex color #5F8B41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F8B41 is #A074BE. Grayscale: #757575. Windows color (decimal): -10515647 or 4295519. OLE color: 4295519.

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

Color convert

RGB9513965-
CMYK0.3200.530.45
HSL95.68º36.27%40%-
HSV(B)95.68º53.24%54.51%-
XYZ14.9121.288.32-
YUV117.4198.42112.02-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.77%
GREEN value IS 139 (54.69% from 255) = 46.49%
BLUE value IS 65 (25.78% from 255) = 21.74%
R=31.77%
G=46.49%
B=21.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal95139650.3200.530.4595.6836.2740
Hex5F8B41200352D602428
Octal13721310140065551404450
Binary101111110001011100000110000001101011011011100000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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