#5B883A

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

Shades of Dingley #5B883A

Tints of Dingley #5B883A

Color information

#5B883A (or 0x5B883A) is unknown color: approx Dingley. HEX triplet: 5B, 88 and 3A. RGB value is (91,136,58). Sum of RGB (Red+Green+Blue) = 91+136+58=285 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.93% from 285); Green value is 136 (53.52% from 255 or 47.72% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 136 - color contains mainly: green. Hex color #5B883A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B883A is #A477C5. Grayscale: #717171. Windows color (decimal): -10778566 or 3835995. OLE color: 3835995.

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

Color convert

RGB9113658-
CMYK0.3300.570.47
HSL94.62º40.21%38.04%-
HSV(B)94.62º57.35%53.33%-
XYZ13.8820.147.16-
YUV113.6596.59111.84-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.93%
GREEN value IS 136 (53.52% from 255) = 47.72%
BLUE value IS 58 (23.05% from 255) = 20.35%
R=31.93%
G=47.72%
B=20.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91136580.3300.570.4794.6240.2138.04
Hex5B883A210392F5f2826
Octal1332107241071571375046
Binary10110111000100011101010000101110011011111011111101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B883A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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