#336017

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

Shades of Dell #336017

Tints of Dell #336017

Color information

#336017 (or 0x336017) is unknown color: approx Dell. HEX triplet: 33, 60 and 17. RGB value is (51,96,23). Sum of RGB (Red+Green+Blue) = 51+96+23=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 96 (37.89% from 255 or 56.47% from 170); Blue value is 23 (9.38% from 255 or 13.53% from 170); Max value from RGB is 96 - color contains mainly: green. Hex color #336017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336017 is #CC9FE8. Grayscale: #4A4A4A. Windows color (decimal): -13410281 or 1531955. OLE color: 1531955.

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

Color convert

RGB519623-
CMYK0.4700.760.62
HSL96.99º61.34%23.33%-
HSV(B)96.99º76.04%37.65%-
XYZ5.79.132.27-
YUV74.2299.09111.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30%
GREEN value IS 96 (37.89% from 255) = 56.47%
BLUE value IS 23 (9.38% from 255) = 13.53%
R=30%
G=56.47%
B=13.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5196230.4700.760.6296.9961.3423.33
Hex3360172F04C3E613d17
Octal6314027570114761417527
Binary11001111000001011110111101001100111110110000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336017; }

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

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

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

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

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

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

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

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