#366210

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

Shades of Dell #366210

Tints of Dell #366210

Color information

#366210 (or 0x366210) is unknown color: approx Dell. HEX triplet: 36, 62 and 10. RGB value is (54,98,16). Sum of RGB (Red+Green+Blue) = 54+98+16=168 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.14% from 168); Green value is 98 (38.67% from 255 or 58.33% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 98 - color contains mainly: green. Hex color #366210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366210 is #C99DEF. Grayscale: #4B4B4B. Windows color (decimal): -13213168 or 1073718. OLE color: 1073718.

HSL color Cylindrical-coordinate representation of color #366210: hue angle of 92.2º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #366210 is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB549816-
CMYK0.4500.840.62
HSL92.2º71.93%22.35%-
HSV(B)92.2º83.67%38.43%-
XYZ5.989.562.02-
YUV75.594.42112.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.14%
GREEN value IS 98 (38.67% from 255) = 58.33%
BLUE value IS 16 (6.64% from 255) = 9.52%
R=32.14%
G=58.33%
B=9.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5498160.4500.840.6292.271.9322.35
Hex3662102D0543E5c4816
Octal66142205501247613411026
Binary110110110001010000101101010101001111101011100100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366210; }

 p { color: rgb(54,98,16); }

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

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

 a { background-color: rgb(54,98,16); }

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

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

 span { border-color: rgb(54,98,16); }

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