#5B823A

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

Shades of Dingley #5B823A

Tints of Dingley #5B823A

Color information

#5B823A (or 0x5B823A) is unknown color: approx Dingley. HEX triplet: 5B, 82 and 3A. RGB value is (91,130,58). Sum of RGB (Red+Green+Blue) = 91+130+58=279 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.62% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #5B823A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B823A is #A47DC5. Grayscale: #6E6E6E. Windows color (decimal): -10780102 or 3834459. OLE color: 3834459.

HSL color Cylindrical-coordinate representation of color #5B823A: hue angle of 92.5º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B823A is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB9113058-
CMYK0.3000.550.49
HSL92.5º38.3%36.86%-
HSV(B)92.5º55.38%50.98%-
XYZ13.0618.496.88-
YUV110.1398.58114.35-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.62%
GREEN value IS 130 (51.17% from 255) = 46.59%
BLUE value IS 58 (23.05% from 255) = 20.79%
R=32.62%
G=46.59%
B=20.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91130580.3000.550.4992.538.336.86
Hex5B823A1E037315c2625
Octal1332027236067611344645
Binary1011011100000101110101111001101111100011011100100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B823A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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