#5F8237

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

Shades of Dingley #5F8237

Tints of Dingley #5F8237

Color information

#5F8237 (or 0x5F8237) is unknown color: approx Dingley. HEX triplet: 5F, 82 and 37. RGB value is (95,130,55). Sum of RGB (Red+Green+Blue) = 95+130+55=280 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.93% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #5F8237 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F8237 is #A07DC8. Grayscale: #6F6F6F. Windows color (decimal): -10517961 or 3637855. OLE color: 3637855.

HSL color Cylindrical-coordinate representation of color #5F8237: hue angle of 88º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F8237 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB9513055-
CMYK0.2700.580.49
HSL88º40.54%36.27%-
HSV(B)88º57.69%50.98%-
XYZ13.3918.676.51-
YUV110.9896.4116.6-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.93%
GREEN value IS 130 (51.17% from 255) = 46.43%
BLUE value IS 55 (21.88% from 255) = 19.64%
R=33.93%
G=46.43%
B=19.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal95130550.2700.580.498840.5436.27
Hex5F82371B03A31582924
Octal1372026733072611305144
Binary1011111100000101101111101101110101100011011000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,130,55); }

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

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

 a { background-color: rgb(95,130,55); }

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

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

 span { border-color: rgb(95,130,55); }

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