#336411

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

Shades of Dell #336411

Tints of Dell #336411

Color information

#336411 (or 0x336411) is unknown color: approx Dell. HEX triplet: 33, 64 and 11. RGB value is (51,100,17). Sum of RGB (Red+Green+Blue) = 51+100+17=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 100 (39.45% from 255 or 59.52% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 100 - color contains mainly: green. Hex color #336411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336411 is #CC9BEE. Grayscale: #4C4C4C. Windows color (decimal): -13409263 or 1139763. OLE color: 1139763.

HSL color Cylindrical-coordinate representation of color #336411: hue angle of 95.42º 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 #336411 is Cyan = 0.49, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.61.

Color convert

RGB5110017-
CMYK0.4900.830.61
HSL95.42º70.94%22.94%-
HSV(B)95.42º83%39.22%-
XYZ6.029.862.12-
YUV75.8994.77110.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.36%
GREEN value IS 100 (39.45% from 255) = 59.52%
BLUE value IS 17 (7.03% from 255) = 10.12%
R=30.36%
G=59.52%
B=10.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal51100170.4900.830.6195.4270.9422.94
Hex336411310533D5f4717
Octal63144216101237513710727
Binary110011110010010001110001010100111111011011111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336411; }

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

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

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

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

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

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

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

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