#336210

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

Shades of Dell #336210

Tints of Dell #336210

Color information

#336210 (or 0x336210) is unknown color: approx Dell. HEX triplet: 33, 62 and 10. RGB value is (51,98,16). Sum of RGB (Red+Green+Blue) = 51+98+16=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 98 (38.67% from 255 or 59.39% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 98 - color contains mainly: green. Hex color #336210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336210 is #CC9DEF. Grayscale: #4A4A4A. Windows color (decimal): -13409776 or 1073715. OLE color: 1073715.

HSL color Cylindrical-coordinate representation of color #336210: hue angle of 94.39º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #336210 is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB519816-
CMYK0.4800.840.62
HSL94.39º71.93%22.35%-
HSV(B)94.39º83.67%38.43%-
XYZ5.839.482.01-
YUV74.694.93111.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.91%
GREEN value IS 98 (38.67% from 255) = 59.39%
BLUE value IS 16 (6.64% from 255) = 9.70%
R=30.91%
G=59.39%
B=9.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5198160.4800.840.6294.3971.9322.35
Hex336210300543E5e4816
Octal63142206001247613611026
Binary110011110001010000110000010101001111101011110100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336210; }

 p { color: rgb(51,98,16); }

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

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

 a { background-color: rgb(51,98,16); }

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

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

 span { border-color: rgb(51,98,16); }

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