#507833

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

Shades of Dell #507833

Tints of Dell #507833

Color information

#507833 (or 0x507833) is unknown color: approx Dell. HEX triplet: 50, 78 and 33. RGB value is (80,120,51). Sum of RGB (Red+Green+Blue) = 80+120+51=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 120 (47.27% from 255 or 47.81% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 120 - color contains mainly: green. Hex color #507833 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507833 is #AF87CC. Grayscale: #646464. Windows color (decimal): -11503565 or 3373136. OLE color: 3373136.

HSL color Cylindrical-coordinate representation of color #507833: hue angle of 94.78º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #507833 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB8012051-
CMYK0.3300.580.53
HSL94.78º40.35%33.53%-
HSV(B)94.78º57.5%47.06%-
XYZ10.6215.385.54-
YUV100.17100.25113.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.87%
GREEN value IS 120 (47.27% from 255) = 47.81%
BLUE value IS 51 (20.31% from 255) = 20.32%
R=31.87%
G=47.81%
B=20.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80120510.3300.580.5394.7840.3533.53
Hex5078332103A355f2822
Octal1201706341072651375042
Binary1010000111100011001110000101110101101011011111101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507833; }

 p { color: rgb(80,120,51); }

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

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

 a { background-color: rgb(80,120,51); }

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

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

 span { border-color: rgb(80,120,51); }

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