#506A36

Color #506A36 Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #506A36

Tints of Dell #506A36

Color information

#506A36 (or 0x506A36) is unknown color: approx Dell. HEX triplet: 50, 6A and 36. RGB value is (80,106,54). Sum of RGB (Red+Green+Blue) = 80+106+54=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 106 (41.80% from 255 or 44.17% from 240); Blue value is 54 (21.48% from 255 or 22.5% from 240); Max value from RGB is 106 - color contains mainly: green. Hex color #506A36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506A36 is #AF95C9. Grayscale: #5C5C5C. Windows color (decimal): -11507146 or 3566160. OLE color: 3566160.

HSL color Cylindrical-coordinate representation of color #506A36: hue angle of 90º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #506A36 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.58.

Color convert

RGB8010654-
CMYK0.2500.490.58
HSL90º32.5%31.37%-
HSV(B)90º49.06%41.57%-
XYZ9.1312.285.38-
YUV92.3106.39119.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.33%
GREEN value IS 106 (41.80% from 255) = 44.17%
BLUE value IS 54 (21.48% from 255) = 22.5%
R=33.33%
G=44.17%
B=22.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80106540.2500.490.589032.531.37
Hex506A36190313A5a201f
Octal1201526631061721324037
Binary10100001101010110110110010110001111010101101010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506A36; }

 p { color: rgb(80,106,54); }

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

<style>
 a { background-color: #506A36; }

 a { background-color: rgb(80,106,54); }

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

<style>
 span { border-color: #506A36; }

 span { border-color: rgb(80,106,54); }

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