#507338

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

Shades of Dell #507338

Tints of Dell #507338

Color information

#507338 (or 0x507338) is unknown color: approx Dell. HEX triplet: 50, 73 and 38. RGB value is (80,115,56). Sum of RGB (Red+Green+Blue) = 80+115+56=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 115 - color contains mainly: green. Hex color #507338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507338 is #AF8CC7. Grayscale: #626262. Windows color (decimal): -11504840 or 3699536. OLE color: 3699536.

HSL color Cylindrical-coordinate representation of color #507338: hue angle of 95.59º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #507338 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB8011556-
CMYK0.3000.510.55
HSL95.59º34.5%33.53%-
HSV(B)95.59º51.3%45.1%-
XYZ10.1514.255.96-
YUV97.81104.4115.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.87%
GREEN value IS 115 (45.31% from 255) = 45.82%
BLUE value IS 56 (22.27% from 255) = 22.31%
R=31.87%
G=45.82%
B=22.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80115560.3000.510.5595.5934.533.53
Hex5073381E03337602322
Octal1201637036063671404342
Binary101000011100111110001111001100111101111100000100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507338; }

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

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

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

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

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

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

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

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