#5f853f

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

Shades of Dingley #5F853F

Tints of Dingley #5F853F

Color information

#5F853F (or 0x5F853F) is unknown color: approx Dingley. HEX triplet: 5F, 85 and 3F. RGB value is (95,133,63). Sum of RGB (Red+Green+Blue) = 95+133+63=291 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.65% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 133 - color contains mainly: green. Hex color #5F853F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F853F is #A07AC0. Grayscale: #717171. Windows color (decimal): -10517185 or 4162911. OLE color: 4162911.

HSL color Cylindrical-coordinate representation of color #5F853F: hue angle of 92.57º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F853F is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB9513363-
CMYK0.2900.530.48
HSL92.57º35.71%38.43%-
HSV(B)92.57º52.63%52.16%-
XYZ1419.577.74-
YUV113.6699.41114.69-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.65%
GREEN value IS 133 (52.34% from 255) = 45.70%
BLUE value IS 63 (25% from 255) = 21.65%
R=32.65%
G=45.70%
B=21.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal95133630.2900.530.4892.5735.7138.43
Hex5F853F1D035305d2426
Octal1372057735065601354446
Binary1011111100001011111111110101101011100001011101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f853f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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