#386418

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

Shades of Dell #386418

Tints of Dell #386418

Color information

#386418 (or 0x386418) is unknown color: approx Dell. HEX triplet: 38, 64 and 18. RGB value is (56,100,24). Sum of RGB (Red+Green+Blue) = 56+100+24=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 100 (39.45% from 255 or 55.56% from 180); Blue value is 24 (9.77% from 255 or 13.33% from 180); Max value from RGB is 100 - color contains mainly: green. Hex color #386418 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386418 is #C79BE7. Grayscale: #4E4E4E. Windows color (decimal): -13081576 or 1598520. OLE color: 1598520.

HSL color Cylindrical-coordinate representation of color #386418: hue angle of 94.74º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #386418 is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB5610024-
CMYK0.4400.760.61
HSL94.74º61.29%24.31%-
HSV(B)94.74º76%39.22%-
XYZ6.3510.022.46-
YUV78.1897.42112.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.11%
GREEN value IS 100 (39.45% from 255) = 55.56%
BLUE value IS 24 (9.77% from 255) = 13.33%
R=31.11%
G=55.56%
B=13.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal56100240.4400.760.6194.7461.2924.31
Hex3864182C04C3D5f3d18
Octal7014430540114751377530
Binary11100011001001100010110001001100111101101111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386418; }

 p { color: rgb(56,100,24); }

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

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

 a { background-color: rgb(56,100,24); }

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

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

 span { border-color: rgb(56,100,24); }

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