#366011

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

Shades of Dell #366011

Tints of Dell #366011

Color information

#366011 (or 0x366011) is unknown color: approx Dell. HEX triplet: 36, 60 and 11. RGB value is (54,96,17). Sum of RGB (Red+Green+Blue) = 54+96+17=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 96 (37.89% from 255 or 57.49% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 96 - color contains mainly: green. Hex color #366011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366011 is #C99FEE. Grayscale: #4A4A4A. Windows color (decimal): -13213679 or 1138742. OLE color: 1138742.

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

Color convert

RGB549617-
CMYK0.4400.820.62
HSL91.9º69.91%22.16%-
HSV(B)91.9º82.29%37.65%-
XYZ5.819.192-
YUV74.4495.59113.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.34%
GREEN value IS 96 (37.89% from 255) = 57.49%
BLUE value IS 17 (7.03% from 255) = 10.18%
R=32.34%
G=57.49%
B=10.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5496170.4400.820.6291.969.9122.16
Hex3660112C0523E5c4616
Octal66140215401227613410626
Binary110110110000010001101100010100101111101011100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366011; }

 p { color: rgb(54,96,17); }

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

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

 a { background-color: rgb(54,96,17); }

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

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

 span { border-color: rgb(54,96,17); }

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