#506738

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

Shades of Dell #506738

Tints of Dell #506738

Color information

#506738 (or 0x506738) is unknown color: approx Dell. HEX triplet: 50, 67 and 38. RGB value is (80,103,56). Sum of RGB (Red+Green+Blue) = 80+103+56=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 103 (40.62% from 255 or 43.10% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 103 - color contains mainly: green. Hex color #506738 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506738 is #AF98C7. Grayscale: #5A5A5A. Windows color (decimal): -11507912 or 3696464. OLE color: 3696464.

HSL color Cylindrical-coordinate representation of color #506738: hue angle of 89.36º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #506738 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.60.

Color convert

RGB8010356-
CMYK0.2200.460.60
HSL89.36º29.56%31.18%-
HSV(B)89.36º45.63%40.39%-
XYZ8.8711.695.53-
YUV90.76108.38120.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.47%
GREEN value IS 103 (40.62% from 255) = 43.10%
BLUE value IS 56 (22.27% from 255) = 23.43%
R=33.47%
G=43.10%
B=23.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80103560.2200.460.6089.3629.5631.18
Hex5067381602E3C591e1f
Octal1201477026056741313637
Binary1010000110011111100010110010111011110010110011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506738; }

 p { color: rgb(80,103,56); }

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

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

 a { background-color: rgb(80,103,56); }

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

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

 span { border-color: rgb(80,103,56); }

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