#5B8D3D

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

Shades of Dingley #5B8D3D

Tints of Dingley #5B8D3D

Color information

#5B8D3D (or 0x5B8D3D) is unknown color: approx Dingley. HEX triplet: 5B, 8D and 3D. RGB value is (91,141,61). Sum of RGB (Red+Green+Blue) = 91+141+61=293 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.06% from 293); Green value is 141 (55.47% from 255 or 48.12% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 141 - color contains mainly: green. Hex color #5B8D3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B8D3D is #A472C2. Grayscale: #757575. Windows color (decimal): -10777283 or 4033883. OLE color: 4033883.

HSL color Cylindrical-coordinate representation of color #5B8D3D: hue angle of 97.5º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5B8D3D is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB9114161-
CMYK0.3500.570.45
HSL97.5º39.6%39.61%-
HSV(B)97.5º56.74%55.29%-
XYZ14.6821.617.81-
YUV116.9396.44109.5-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.06%
GREEN value IS 141 (55.47% from 255) = 48.12%
BLUE value IS 61 (24.22% from 255) = 20.82%
R=31.06%
G=48.12%
B=20.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91141610.3500.570.4597.539.639.61
Hex5B8D3D230392D622828
Octal1332157543071551425050
Binary10110111000110111110110001101110011011011100010101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,141,61); }

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

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

 a { background-color: rgb(91,141,61); }

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

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

 span { border-color: rgb(91,141,61); }

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