#5B843A

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

Shades of Dingley #5B843A

Tints of Dingley #5B843A

Color information

#5B843A (or 0x5B843A) is unknown color: approx Dingley. HEX triplet: 5B, 84 and 3A. RGB value is (91,132,58). Sum of RGB (Red+Green+Blue) = 91+132+58=281 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.38% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #5B843A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B843A is #A47BC5. Grayscale: #6F6F6F. Windows color (decimal): -10779590 or 3834971. OLE color: 3834971.

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

Color convert

RGB9113258-
CMYK0.3100.560.48
HSL93.24º38.95%37.25%-
HSV(B)93.24º56.06%51.76%-
XYZ13.3319.036.97-
YUV111.397.92113.52-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.38%
GREEN value IS 132 (51.95% from 255) = 46.98%
BLUE value IS 58 (23.05% from 255) = 20.64%
R=32.38%
G=46.98%
B=20.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal91132580.3100.560.4893.2438.9537.25
Hex5B843A1F038305d2725
Octal1332047237070601354745
Binary1011011100001001110101111101110001100001011101100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B843A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,132,58); }

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

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

 a { background-color: rgb(91,132,58); }

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

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

 span { border-color: rgb(91,132,58); }

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