#5B8B3C

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

Shades of Dingley #5B8B3C

Tints of Dingley #5B8B3C

Color information

#5B8B3C (or 0x5B8B3C) is unknown color: approx Dingley. HEX triplet: 5B, 8B and 3C. RGB value is (91,139,60). Sum of RGB (Red+Green+Blue) = 91+139+60=290 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.38% from 290); Green value is 139 (54.69% from 255 or 47.93% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 139 - color contains mainly: green. Hex color #5B8B3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B8B3C is #A474C3. Grayscale: #737373. Windows color (decimal): -10777796 or 3967835. OLE color: 3967835.

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

Color convert

RGB9113960-
CMYK0.3500.570.45
HSL96.46º39.7%39.02%-
HSV(B)96.46º56.83%54.51%-
XYZ14.3621.027.57-
YUV115.6496.6110.42-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.38%
GREEN value IS 139 (54.69% from 255) = 47.93%
BLUE value IS 60 (23.83% from 255) = 20.69%
R=31.38%
G=47.93%
B=20.69%

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
Decimal91139600.3500.570.4596.4639.739.02
Hex5B8B3C230392D602827
Octal1332137443071551405047
Binary10110111000101111110010001101110011011011100000101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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