#506E36

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

Shades of Dell #506E36

Tints of Dell #506E36

Color information

#506E36 (or 0x506E36) is unknown color: approx Dell. HEX triplet: 50, 6E and 36. RGB value is (80,110,54). Sum of RGB (Red+Green+Blue) = 80+110+54=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 110 (43.36% from 255 or 45.08% from 244); Blue value is 54 (21.48% from 255 or 22.13% from 244); Max value from RGB is 110 - color contains mainly: green. Hex color #506E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506E36 is #AF91C9. Grayscale: #5E5E5E. Windows color (decimal): -11506122 or 3567184. OLE color: 3567184.

HSL color Cylindrical-coordinate representation of color #506E36: hue angle of 92.14º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #506E36 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.57.

Color convert

RGB8011054-
CMYK0.2700.510.57
HSL92.14º34.15%32.16%-
HSV(B)92.14º50.91%43.14%-
XYZ9.5513.125.52-
YUV94.65105.06117.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.79%
GREEN value IS 110 (43.36% from 255) = 45.08%
BLUE value IS 54 (21.48% from 255) = 22.13%
R=32.79%
G=45.08%
B=22.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80110540.2700.510.5792.1434.1532.16
Hex506E361B033395c2220
Octal1201566633063711344240
Binary101000011011101101101101101100111110011011100100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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