#507138

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

Shades of Dell #507138

Tints of Dell #507138

Color information

#507138 (or 0x507138) is unknown color: approx Dell. HEX triplet: 50, 71 and 38. RGB value is (80,113,56). Sum of RGB (Red+Green+Blue) = 80+113+56=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 113 - color contains mainly: green. Hex color #507138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507138 is #AF8EC7. Grayscale: #606060. Windows color (decimal): -11505352 or 3699024. OLE color: 3699024.

HSL color Cylindrical-coordinate representation of color #507138: hue angle of 94.74º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #507138 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB8011356-
CMYK0.2900.500.56
HSL94.74º33.73%33.14%-
HSV(B)94.74º50.44%44.31%-
XYZ9.9313.85.88-
YUV96.64105.07116.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.13%
GREEN value IS 113 (44.53% from 255) = 45.38%
BLUE value IS 56 (22.27% from 255) = 22.49%
R=32.13%
G=45.38%
B=22.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80113560.2900.500.5694.7433.7333.14
Hex5071381D032385f2221
Octal1201617035062701374241
Binary101000011100011110001110101100101110001011111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507138; }

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

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

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

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

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

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

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

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