#386610

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

Shades of Dell #386610

Tints of Dell #386610

Color information

#386610 (or 0x386610) is unknown color: approx Dell. HEX triplet: 38, 66 and 10. RGB value is (56,102,16). Sum of RGB (Red+Green+Blue) = 56+102+16=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 102 (40.23% from 255 or 58.62% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 102 - color contains mainly: green. Hex color #386610 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386610 is #C799EF. Grayscale: #4E4E4E. Windows color (decimal): -13081072 or 1074744. OLE color: 1074744.

HSL color Cylindrical-coordinate representation of color #386610: hue angle of 92.09º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #386610 is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB5610216-
CMYK0.4500.840.6
HSL92.09º72.88%23.14%-
HSV(B)92.09º84.31%40%-
XYZ6.4810.382.15-
YUV78.4492.76111.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.18%
GREEN value IS 102 (40.23% from 255) = 58.62%
BLUE value IS 16 (6.64% from 255) = 9.20%
R=32.18%
G=58.62%
B=9.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal56102160.4500.840.692.0972.8823.14
Hex3866102D0543C5c4917
Octal70146205501247413411127
Binary111000110011010000101101010101001111001011100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386610; }

 p { color: rgb(56,102,16); }

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

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

 a { background-color: rgb(56,102,16); }

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

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

 span { border-color: rgb(56,102,16); }

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