#5F7B41

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

Shades of Dingley #5F7B41

Tints of Dingley #5F7B41

Color information

#5F7B41 (or 0x5F7B41) is unknown color: approx Dingley. HEX triplet: 5F, 7B and 41. RGB value is (95,123,65). Sum of RGB (Red+Green+Blue) = 95+123+65=283 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.57% from 283); Green value is 123 (48.44% from 255 or 43.46% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 123 - color contains mainly: green. Hex color #5F7B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7B41 is #A084BE. Grayscale: #6C6C6C. Windows color (decimal): -10519743 or 4291423. OLE color: 4291423.

HSL color Cylindrical-coordinate representation of color #5F7B41: hue angle of 88.97º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5F7B41 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.52.

Color convert

RGB9512365-
CMYK0.2300.470.52
HSL88.97º30.85%36.86%-
HSV(B)88.97º47.15%48.24%-
XYZ12.7616.987.61-
YUV108.02103.72118.72-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.57%
GREEN value IS 123 (48.44% from 255) = 43.46%
BLUE value IS 65 (25.78% from 255) = 22.97%
R=33.57%
G=43.46%
B=22.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal95123650.2300.470.5288.9730.8536.86
Hex5F7B411702F34591f25
Octal13717310127057641313745
Binary101111111110111000001101110101111110100101100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,123,65); }

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

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

 a { background-color: rgb(95,123,65); }

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

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

 span { border-color: rgb(95,123,65); }

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