#366619

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

Shades of Dell #366619

Tints of Dell #366619

Color information

#366619 (or 0x366619) is unknown color: approx Dell. HEX triplet: 36, 66 and 19. RGB value is (54,102,25). Sum of RGB (Red+Green+Blue) = 54+102+25=181 (23% of max value = 765). Red value is 54 (21.48% from 255 or 29.83% from 181); Green value is 102 (40.23% from 255 or 56.35% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 102 - color contains mainly: green. Hex color #366619 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366619 is #C999E6. Grayscale: #4F4F4F. Windows color (decimal): -13212135 or 1664566. OLE color: 1664566.

HSL color Cylindrical-coordinate representation of color #366619: hue angle of 97.4º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #366619 is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB5410225-
CMYK0.4700.750.6
HSL97.4º60.63%24.9%-
HSV(B)97.4º75.49%40%-
XYZ6.4510.362.58-
YUV78.8797.6110.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.83%
GREEN value IS 102 (40.23% from 255) = 56.35%
BLUE value IS 25 (10.16% from 255) = 13.81%
R=29.83%
G=56.35%
B=13.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal54102250.4700.750.697.460.6324.9
Hex3666192F04B3C613d19
Octal6614631570113741417531
Binary11011011001101100110111101001011111100110000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366619; }

 p { color: rgb(54,102,25); }

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

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

 a { background-color: rgb(54,102,25); }

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

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

 span { border-color: rgb(54,102,25); }

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