#5F933F

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

Shades of Dingley #5F933F

Tints of Dingley #5F933F

Color information

#5F933F (or 0x5F933F) is unknown color: approx Dingley. HEX triplet: 5F, 93 and 3F. RGB value is (95,147,63). Sum of RGB (Red+Green+Blue) = 95+147+63=305 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.15% from 305); Green value is 147 (57.81% from 255 or 48.20% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 147 - color contains mainly: green. Hex color #5F933F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F933F is #A06CC0. Grayscale: #7A7A7A. Windows color (decimal): -10513601 or 4166495. OLE color: 4166495.

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

Color convert

RGB9514763-
CMYK0.3500.570.42
HSL97.14º40%41.18%-
HSV(B)97.14º57.14%57.65%-
XYZ16.0523.668.42-
YUV121.8894.77108.83-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.15%
GREEN value IS 147 (57.81% from 255) = 48.20%
BLUE value IS 63 (25% from 255) = 20.66%
R=31.15%
G=48.20%
B=20.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal95147630.3500.570.4297.144041.18
Hex5F933F230392A612829
Octal1372237743071521415051
Binary10111111001001111111110001101110011010101100001101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F933F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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