#336311

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

Shades of Dell #336311

Tints of Dell #336311

Color information

#336311 (or 0x336311) is unknown color: approx Dell. HEX triplet: 33, 63 and 11. RGB value is (51,99,17). Sum of RGB (Red+Green+Blue) = 51+99+17=167 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.54% from 167); Green value is 99 (39.06% from 255 or 59.28% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 99 - color contains mainly: green. Hex color #336311 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336311 is #CC9CEE. Grayscale: #4B4B4B. Windows color (decimal): -13409519 or 1139507. OLE color: 1139507.

HSL color Cylindrical-coordinate representation of color #336311: hue angle of 95.12º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #336311 is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.61.

Color convert

RGB519917-
CMYK0.4800.830.61
HSL95.12º70.69%22.75%-
HSV(B)95.12º82.83%38.82%-
XYZ5.939.672.08-
YUV75.395.1110.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.54%
GREEN value IS 99 (39.06% from 255) = 59.28%
BLUE value IS 17 (7.03% from 255) = 10.18%
R=30.54%
G=59.28%
B=10.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5199170.4800.830.6195.1270.6922.75
Hex336311300533D5f4717
Octal63143216001237513710727
Binary110011110001110001110000010100111111011011111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336311; }

 p { color: rgb(51,99,17); }

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

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

 a { background-color: rgb(51,99,17); }

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

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

 span { border-color: rgb(51,99,17); }

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