#507334

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

Shades of Dell #507334

Tints of Dell #507334

Color information

#507334 (or 0x507334) is unknown color: approx Dell. HEX triplet: 50, 73 and 34. RGB value is (80,115,52). Sum of RGB (Red+Green+Blue) = 80+115+52=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 115 - color contains mainly: green. Hex color #507334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507334 is #AF8CCB. Grayscale: #616161. Windows color (decimal): -11504844 or 3437392. OLE color: 3437392.

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

Color convert

RGB8011552-
CMYK0.3000.550.55
HSL93.33º37.72%32.75%-
HSV(B)93.33º54.78%45.1%-
XYZ10.0614.215.46-
YUV97.35102.4115.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.39%
GREEN value IS 115 (45.31% from 255) = 46.56%
BLUE value IS 52 (20.70% from 255) = 21.05%
R=32.39%
G=46.56%
B=21.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80115520.3000.550.5593.3337.7232.75
Hex5073341E037375d2621
Octal1201636436067671354641
Binary101000011100111101001111001101111101111011101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507334; }

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

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

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

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

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

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

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

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