#336413

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

Shades of Dell #336413

Tints of Dell #336413

Color information

#336413 (or 0x336413) is unknown color: approx Dell. HEX triplet: 33, 64 and 13. RGB value is (51,100,19). Sum of RGB (Red+Green+Blue) = 51+100+19=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 100 (39.45% from 255 or 58.82% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 100 - color contains mainly: green. Hex color #336413 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336413 is #CC9BEC. Grayscale: #4C4C4C. Windows color (decimal): -13409261 or 1270835. OLE color: 1270835.

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

Color convert

RGB5110019-
CMYK0.4900.810.61
HSL96.3º68.07%23.33%-
HSV(B)96.3º81%39.22%-
XYZ6.049.872.2-
YUV76.1195.77110.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30%
GREEN value IS 100 (39.45% from 255) = 58.82%
BLUE value IS 19 (7.81% from 255) = 11.18%
R=30%
G=58.82%
B=11.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal51100190.4900.810.6196.368.0723.33
Hex336413310513D604417
Octal63144236101217514010427
Binary110011110010010011110001010100011111011100000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336413; }

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

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

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

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

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

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

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

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