#366110

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

Shades of Dell #366110

Tints of Dell #366110

Color information

#366110 (or 0x366110) is unknown color: approx Dell. HEX triplet: 36, 61 and 10. RGB value is (54,97,16). Sum of RGB (Red+Green+Blue) = 54+97+16=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 97 (38.28% from 255 or 58.08% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 97 - color contains mainly: green. Hex color #366110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366110 is #C99EEF. Grayscale: #4B4B4B. Windows color (decimal): -13213424 or 1073462. OLE color: 1073462.

HSL color Cylindrical-coordinate representation of color #366110: hue angle of 91.85º 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 #366110 is Cyan = 0.44, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB549716-
CMYK0.4400.840.62
HSL91.85º71.68%22.16%-
HSV(B)91.85º83.51%38.04%-
XYZ5.899.371.99-
YUV74.9194.75113.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.34%
GREEN value IS 97 (38.28% from 255) = 58.08%
BLUE value IS 16 (6.64% from 255) = 9.58%
R=32.34%
G=58.08%
B=9.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5497160.4400.840.6291.8571.6822.16
Hex3661102C0543E5c4816
Octal66141205401247613411026
Binary110110110000110000101100010101001111101011100100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366110; }

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

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

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

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

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

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

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

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