#336013

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

Shades of Dell #336013

Tints of Dell #336013

Color information

#336013 (or 0x336013) is unknown color: approx Dell. HEX triplet: 33, 60 and 13. RGB value is (51,96,19). Sum of RGB (Red+Green+Blue) = 51+96+19=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 96 (37.89% from 255 or 57.83% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 96 - color contains mainly: green. Hex color #336013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336013 is #CC9FEC. Grayscale: #4A4A4A. Windows color (decimal): -13410285 or 1269811. OLE color: 1269811.

HSL color Cylindrical-coordinate representation of color #336013: hue angle of 95.06º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #336013 is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB519619-
CMYK0.4700.800.62
HSL95.06º66.96%22.55%-
HSV(B)95.06º80.21%37.65%-
XYZ5.679.122.08-
YUV73.7797.09111.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.72%
GREEN value IS 96 (37.89% from 255) = 57.83%
BLUE value IS 19 (7.81% from 255) = 11.45%
R=30.72%
G=57.83%
B=11.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5196190.4700.800.6295.0666.9622.55
Hex3360132F0503E5f4317
Octal63140235701207613710327
Binary110011110000010011101111010100001111101011111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336013; }

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

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

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

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

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

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

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

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