#5F873F

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

Shades of Dingley #5F873F

Tints of Dingley #5F873F

Color information

#5F873F (or 0x5F873F) is unknown color: approx Dingley. HEX triplet: 5F, 87 and 3F. RGB value is (95,135,63). Sum of RGB (Red+Green+Blue) = 95+135+63=293 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.42% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 135 - color contains mainly: green. Hex color #5F873F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F873F is #A078C0. Grayscale: #737373. Windows color (decimal): -10516673 or 4163423. OLE color: 4163423.

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

Color convert

RGB9513563-
CMYK0.3000.530.47
HSL93.33º36.36%38.82%-
HSV(B)93.33º53.33%52.94%-
XYZ14.2820.127.83-
YUV114.8398.75113.85-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.42%
GREEN value IS 135 (53.12% from 255) = 46.08%
BLUE value IS 63 (25% from 255) = 21.50%
R=32.42%
G=46.08%
B=21.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal95135630.3000.530.4793.3336.3638.82
Hex5F873F1E0352F5d2427
Octal1372077736065571354447
Binary1011111100001111111111111001101011011111011101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F873F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,135,63); }

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

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

 a { background-color: rgb(95,135,63); }

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

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

 span { border-color: rgb(95,135,63); }

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