#366119

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

Shades of Dell #366119

Tints of Dell #366119

Color information

#366119 (or 0x366119) is unknown color: approx Dell. HEX triplet: 36, 61 and 19. RGB value is (54,97,25). Sum of RGB (Red+Green+Blue) = 54+97+25=176 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.68% from 176); Green value is 97 (38.28% from 255 or 55.11% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 97 - color contains mainly: green. Hex color #366119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366119 is #C99EE6. Grayscale: #4C4C4C. Windows color (decimal): -13213415 or 1663286. OLE color: 1663286.

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

Color convert

RGB549725-
CMYK0.4400.740.62
HSL95.83º59.02%23.92%-
HSV(B)95.83º74.23%38.04%-
XYZ5.979.42.42-
YUV75.9499.25112.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.68%
GREEN value IS 97 (38.28% from 255) = 55.11%
BLUE value IS 25 (10.16% from 255) = 14.20%
R=30.68%
G=55.11%
B=14.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5497250.4400.740.6295.8359.0223.92
Hex3661192C04A3E603b18
Octal6614131540112761407330
Binary11011011000011100110110001001010111110110000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366119; }

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

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

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

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

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

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

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

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