#5B883C

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

Shades of Dingley #5B883C

Tints of Dingley #5B883C

Color information

#5B883C (or 0x5B883C) is unknown color: approx Dingley. HEX triplet: 5B, 88 and 3C. RGB value is (91,136,60). Sum of RGB (Red+Green+Blue) = 91+136+60=287 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.71% from 287); Green value is 136 (53.52% from 255 or 47.39% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 136 - color contains mainly: green. Hex color #5B883C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B883C is #A477C3. Grayscale: #727272. Windows color (decimal): -10778564 or 3967067. OLE color: 3967067.

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

Color convert

RGB9113660-
CMYK0.3300.560.47
HSL95.53º38.78%38.43%-
HSV(B)95.53º55.88%53.33%-
XYZ13.9320.167.43-
YUV113.8897.59111.68-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.71%
GREEN value IS 136 (53.52% from 255) = 47.39%
BLUE value IS 60 (23.83% from 255) = 20.91%
R=31.71%
G=47.39%
B=20.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91136600.3300.560.4795.5338.7838.43
Hex5B883C210382F602726
Octal1332107441070571404746
Binary10110111000100011110010000101110001011111100000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B883C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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