#5B7C42

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

Shades of Dingley #5B7C42

Tints of Dingley #5B7C42

Color information

#5B7C42 (or 0x5B7C42) is unknown color: approx Dingley. HEX triplet: 5B, 7C and 42. RGB value is (91,124,66). Sum of RGB (Red+Green+Blue) = 91+124+66=281 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.38% from 281); Green value is 124 (48.83% from 255 or 44.13% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 124 - color contains mainly: green. Hex color #5B7C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7C42 is #A483BD. Grayscale: #6B6B6B. Windows color (decimal): -10781630 or 4357211. OLE color: 4357211.

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

Color convert

RGB9112466-
CMYK0.2700.470.51
HSL94.14º30.53%37.25%-
HSV(B)94.14º46.77%48.63%-
XYZ12.5117.037.78-
YUV107.52104.57116.22-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.38%
GREEN value IS 124 (48.83% from 255) = 44.13%
BLUE value IS 66 (26.17% from 255) = 23.49%
R=32.38%
G=44.13%
B=23.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal91124660.2700.470.5194.1430.5337.25
Hex5B7C421B02F335e1f25
Octal13317410233057631363745
Binary101101111111001000010110110101111110011101111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,124,66); }

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

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

 a { background-color: rgb(91,124,66); }

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

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

 span { border-color: rgb(91,124,66); }

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