#336216

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

Shades of Dell #336216

Tints of Dell #336216

Color information

#336216 (or 0x336216) is unknown color: approx Dell. HEX triplet: 33, 62 and 16. RGB value is (51,98,22). Sum of RGB (Red+Green+Blue) = 51+98+22=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 98 (38.67% from 255 or 57.31% from 171); Blue value is 22 (8.98% from 255 or 12.87% from 171); Max value from RGB is 98 - color contains mainly: green. Hex color #336216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336216 is #CC9DE9. Grayscale: #4B4B4B. Windows color (decimal): -13409770 or 1466931. OLE color: 1466931.

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

Color convert

RGB519822-
CMYK0.4800.780.62
HSL97.11º63.33%23.53%-
HSV(B)97.11º77.55%38.43%-
XYZ5.889.52.28-
YUV75.2897.93110.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.82%
GREEN value IS 98 (38.67% from 255) = 57.31%
BLUE value IS 22 (8.98% from 255) = 12.87%
R=29.82%
G=57.31%
B=12.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5198220.4800.780.6297.1163.3323.53
Hex3362163004E3E613f18
Octal6314226600116761417730
Binary11001111000101011011000001001110111110110000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336216; }

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

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

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

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

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

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

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

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