#336316

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

Shades of Dell #336316

Tints of Dell #336316

Color information

#336316 (or 0x336316) is unknown color: approx Dell. HEX triplet: 33, 63 and 16. RGB value is (51,99,22). Sum of RGB (Red+Green+Blue) = 51+99+22=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 99 (39.06% from 255 or 57.56% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 99 - color contains mainly: green. Hex color #336316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336316 is #CC9CE9. Grayscale: #4C4C4C. Windows color (decimal): -13409514 or 1467187. OLE color: 1467187.

HSL color Cylindrical-coordinate representation of color #336316: hue angle of 97.4º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #336316 is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB519922-
CMYK0.4800.780.61
HSL97.4º63.64%23.73%-
HSV(B)97.4º77.78%38.82%-
XYZ5.979.692.31-
YUV75.8797.6110.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.65%
GREEN value IS 99 (39.06% from 255) = 57.56%
BLUE value IS 22 (8.98% from 255) = 12.79%
R=29.65%
G=57.56%
B=12.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5199220.4800.780.6197.463.6423.73
Hex3363163004E3D614018
Octal63143266001167514110030
Binary110011110001110110110000010011101111011100001100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336316; }

 p { color: rgb(51,99,22); }

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

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

 a { background-color: rgb(51,99,22); }

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

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

 span { border-color: rgb(51,99,22); }

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