#5F853B

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

Shades of Dingley #5F853B

Tints of Dingley #5F853B

Color information

#5F853B (or 0x5F853B) is unknown color: approx Dingley. HEX triplet: 5F, 85 and 3B. RGB value is (95,133,59). Sum of RGB (Red+Green+Blue) = 95+133+59=287 (38% of max value = 765). Red value is 95 (37.5% from 255 or 33.10% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #5F853B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F853B is #A07AC4. Grayscale: #717171. Windows color (decimal): -10517189 or 3900767. OLE color: 3900767.

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

Color convert

RGB9513359-
CMYK0.2900.560.48
HSL90.81º38.54%37.65%-
HSV(B)90.81º55.64%52.16%-
XYZ13.919.527.17-
YUV113.297.41115.02-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.10%
GREEN value IS 133 (52.34% from 255) = 46.34%
BLUE value IS 59 (23.44% from 255) = 20.56%
R=33.10%
G=46.34%
B=20.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal95133590.2900.560.4890.8138.5437.65
Hex5F853B1D038305b2726
Octal1372057335070601334746
Binary1011111100001011110111110101110001100001011011100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F853B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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