#5B863C

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

Shades of Dingley #5B863C

Tints of Dingley #5B863C

Color information

#5B863C (or 0x5B863C) is unknown color: approx Dingley. HEX triplet: 5B, 86 and 3C. RGB value is (91,134,60). Sum of RGB (Red+Green+Blue) = 91+134+60=285 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.93% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 134 - color contains mainly: green. Hex color #5B863C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B863C is #A479C3. Grayscale: #707070. Windows color (decimal): -10779076 or 3966555. OLE color: 3966555.

HSL color Cylindrical-coordinate representation of color #5B863C: hue angle of 94.86º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B863C is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB9113460-
CMYK0.3200.550.47
HSL94.86º38.14%38.04%-
HSV(B)94.86º55.22%52.55%-
XYZ13.6619.67.34-
YUV112.7198.25112.52-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.93%
GREEN value IS 134 (52.73% from 255) = 47.02%
BLUE value IS 60 (23.83% from 255) = 21.05%
R=31.93%
G=47.02%
B=21.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91134600.3200.550.4794.8638.1438.04
Hex5B863C200372F5f2626
Octal1332067440067571374646
Binary10110111000011011110010000001101111011111011111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B863C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,134,60); }

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

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

 a { background-color: rgb(91,134,60); }

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

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

 span { border-color: rgb(91,134,60); }

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