#366718

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

Shades of Dell #366718

Tints of Dell #366718

Color information

#366718 (or 0x366718) is unknown color: approx Dell. HEX triplet: 36, 67 and 18. RGB value is (54,103,24). Sum of RGB (Red+Green+Blue) = 54+103+24=181 (23% of max value = 765). Red value is 54 (21.48% from 255 or 29.83% from 181); Green value is 103 (40.62% from 255 or 56.91% from 181); Blue value is 24 (9.77% from 255 or 13.26% from 181); Max value from RGB is 103 - color contains mainly: green. Hex color #366718 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366718 is #C998E7. Grayscale: #4F4F4F. Windows color (decimal): -13211880 or 1599286. OLE color: 1599286.

HSL color Cylindrical-coordinate representation of color #366718: hue angle of 97.22º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #366718 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB5410324-
CMYK0.4800.770.60
HSL97.22º62.2%24.9%-
HSV(B)97.22º76.7%40.39%-
XYZ6.5410.552.56-
YUV79.3496.77109.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.83%
GREEN value IS 103 (40.62% from 255) = 56.91%
BLUE value IS 24 (9.77% from 255) = 13.26%
R=29.83%
G=56.91%
B=13.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54103240.4800.770.6097.2262.224.9
Hex3667183004D3C613e19
Octal6614730600115741417631
Binary11011011001111100011000001001101111100110000111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366718; }

 p { color: rgb(54,103,24); }

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

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

 a { background-color: rgb(54,103,24); }

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

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

 span { border-color: rgb(54,103,24); }

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